Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 183,269 for

page

(0.26 sec)
  1. 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
  2. 在 .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/
  3. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET.... Add the Text Stamp to Page using AddStamp method Add Text...( path_infile ) document . pages . add () # Create text stamp...

    products.aspose.com/pdf/python-net/stamps/text/
  4. 在 Jython 中设置页面选项|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.... page_orientation () self . scaling () def page_orientation...Portrait page_setup = sheet . getPageSetup () page_orientation_type...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  5. Visio File Annotations in Java | products.aspos...

    Add or remove data annotation of Visio with just few lines of Java code....Annotations Managing Comments in Pages - There is not any limit that...that how many comments a page has in MS Visio. One can add as much...

    products.aspose.com/diagram/python-java/annotat...
  6. Merge XPS files | Aspose.Page for C++

    Merger XPS functionality of Aspose.Page API solution for C++ allows you to combine several XPS files into a single XPS or PDF document....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/cpp/merge/xps/
  7. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据...Document (); // Add page var page = newDocument . Pages . Add (); //...Document (); // Add page var page = newDocument . Pages . Add (); //...

    docs.aspose.com/pdf/zh/net/import-export-json/
  8. Set Default Font Name|Aspose.PDF for .NET

    This section describes how to set the default font name during the conversion process from PDF to image....= ro ; // Process the first page of the document and save it...pngDevice . Process ( document . Pages [ 1 ], imageStream ); } } }...

    docs.aspose.com/pdf/net/set-default-font-name/
  9. Generating the template|Documentation

    How to render a printable form image and generate a recognition pattern file for Aspose.OMR for C++ engine....that apply to all template pages, as well as specify paths to..."source.txt" , images ); Read more Page setup - customizing the paper...

    docs.aspose.com/omr/cpp/generate-template/
  10. Converter.Convert | Aspose.Words for .NET

    Effortlessly convert your documents with our Converter's Convert method. Transform input files into desired formats with ease and precision....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...