Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 188,023 for

page

(0.13 sec)
  1. Delete PDF pages|Aspose.PDF for .NET

    This section explains how to delete PDF Pages with Aspose.PDF Facades using PdfFileEditor class....Ask AI Delete PDF pages Contents [ Hide ] If you want to delete...delete a number of pages from the PDF file which is residing on...

    docs.aspose.com/pdf/net/delete-pdf-pages/
  2. 档案

    档案...Page for C++ 以编程方式创建或编辑 PostScript...转换为图像 在开始之前,我假设您已经下载了 Aspose.Page for C++ 并在您的 C++ 项目中引用了它。但是,如果您还没有,您可以从...

    blog.aspose.com/zh/page/convert-postscript-ps-e...
  3. Comparer.Compare | Aspose.Words for .NET

    Effortlessly compare two documents with our Compare method. Save differences and track edits and format revisions in a single output file....GIF, JPEG, PNG, or WebP), each page of the output will be saved...GIF, JPEG, PNG, or WebP), each page of the output will be saved...

    reference.aspose.com/words/net/aspose.words.low...
  4. PDF to JPG,JPG比原始文件大了。 - Free Support Forum - a...

    你好,感谢您的查看和帮助。 /// <summary> /// 极简版:直接保存PDF中的图片(纯Aspose.PDF官方API,跨平台) /// </summary> public static void ExtractImageFromPdfSimple(string inputPath, string outputDirectory) { if (!Directory.Exists(outputDirecto…...imageCount = 0; foreach (Page page in document.Pages) { foreach (XImage...(XImage xImage in page.Resources.Images) { imageCount++; string outputPath...

    forum.aspose.com/t/pdf-to-jpg-jpg/323716
  5. 配置 Visio 时间线形状|Documentation

    本节介绍如何使用 Aspose.Diagram 设置里程碑形状的属性。... Pages . GetPage ( "Page-1" ). Shapes . GetShape...timeline = diagram . Pages . GetPage ( "Page-1" ). Shapes . GetShape...

    docs.aspose.com/diagram/zh/net/configure-visio-...
  6. 在 .NET 中使用工件|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您为 PDF 页面添加背景图像,并使用 Artifact 类获取每个水印。...枚举的值,其中包括 Background, Layout, Page, Pagination 和 Undefined)。 Artifact...实际内容和工件中所描述)。 要获取特定页面上的所有水印, Page 类具有 Artifacts 属性。 下面的代码片段显示了如何获取...

    docs.aspose.com/pdf/zh/net/artifacts/
  7. How to get horizontal alignment - Free Support ...

    Hi, to get and set the horizontal alignment of a shapes text i have to use the Para class. That’s what i read at following Page: Working with Shapes Paragraph But if i do so, all of my shapes have allways an empty Par…...That’s what i read at following page: Working with Shapes Paragraph...vsdx"); Aspose.Diagram.Page page = diagram.Pages[0]; foreach (Aspose...

    forum.aspose.com/t/how-to-get-horizontal-alignm...
  8. IDocumentConverterPlugin.convert_to_images meth...

    IDocumentConverterPlugin.convert_to_images method. Converts Pages from document from input stream to array of images....load_options, save_options) Converts pages from document from input stream...save options. Returns Array of page images streams. See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert HTML to DOCX – C#

    Convert HTML to DOCX in C# using Aspose.HTML API. Consider various HTML to DOCX conversion scenarios in C# examples. Try online HTML Converter....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/convert-html-to-docx/
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...format("Page=%d, X=%.2fpt, Y=%.2fpt, W=%...Initialize LayoutCollector and update page layout to ensure layout info...

    forum.aspose.com/t/word-header-footer-x-y/316493