Sort Score
Result 10 results
Languages All
Labels All
Results 6,841 - 6,850 of 188,041 for

page

(0.2 sec)
  1. Getting recognition results as XML|Documentation

    Returning Aspose.OCR for Java recognition results in XML format.... Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/java/save-xml/
  2. Aspose::Words::Saving::PdfSaveOptions::get_UseB...

    Aspose::Words::Saving::PdfSaveOptions::get_UseBookFoldPrintingSettings method. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via MultiplePages in C++....settings are not specified in page setup, this option will have...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Find And Replace in PHP|Aspose.Words for Java

    Find And Replace text in Document using PHP.... Please refresh the page and try again....

    docs.aspose.com/words/java/find-and-replace-in-...
  4. BorderCollection.color property | Aspose.Words ...

    BorderCollection.color property. Gets or sets the border color....Shows how to create green wavy page border with a shadow. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfLoadOptions.PageIndex | Aspose.Words for .NET

    Discover PdfLoadOptions PageIndex. Easily set the starting Page index for PDF reading with this flexible property. Optimize your PDF handling today!...the 0-based index of the first page to read. Default is 0. public...

    reference.aspose.com/words/net/aspose.words.loa...
  6. 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
  7. Working with Pages in XPS file | Python

    How to add Pages to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/xps/working-wit...
  8. Joining And Appending in PHP|Aspose.Words for Java

    Joining And Appending Documents using PHP.... Please refresh the page and try again....

    docs.aspose.com/words/java/joining-and-appendin...
  9. Working with Charts in xlsx4j|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/working-with-charts-...
  10. 在 .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/