Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 180,978 for

page

(0.1 sec)
  1. Aspose.PDF for Java

    This API allows you to do all kinds of operations on PDF files including creating, editing and converting etc. in Java applications....Page Product Family Aspose.PSD Product...for Java Latest Answers Add Page Numbers to PDF using Java How...

    kb.aspose.com/pdf/java/page/2/
  2. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…... Page‑level actions and annotation...actions foreach (Page page in pdf.Pages) { // Page actions (OnOpen...

    forum.aspose.com/t/unable-to-extract-javascript...
  3. Convert PDF to PNG using Aspose.PDF Java Font a...

    The font of the content in the PDF to PNG conversion is SourceHanSansHWSC-Regular.otf font, and the PNG image is garbled after conversion. Use font package for Source Black OTF If the font is correct when converting Wo…...snippet for converting PDF pages to PNG images using Aspose.PDF...pdf"); // Loop through all the pages of the PDF file for (int pageCount...

    forum.aspose.com/t/convert-pdf-to-png-using-asp...
  4. 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 via C++....the text stamp to the first page of the document Save the document...stamp to particular page document . pages [ 1 ] . add_stamp (...

    products.aspose.com/pdf/python-cpp/stamps/text/
  5. 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...
  6. Issue with Converting PDF to Black and White fo...

    Problem Description: I am using Aspose.PDF for .NET (Version 21.6.0) to convert PDFs to black and white (grayscale) pdfs. The conversion works fine for smaller PDFs, but when the input PDF has more than 20 Pages, the pr…...and White for Large PDFs (>20 Pages) Using Aspose.PDF 21.6.0 Aspose...input PDF has more than 20 pages, the process fails to complete...

    forum.aspose.com/t/issue-with-converting-pdf-to...
  7. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Page Product Family Aspose.PSD Product...Remove Blank Page in Word using C# How to Add Page Numbers in Word...

    kb.aspose.com/categories/page/64/
  8. 使用 C++ 从 PDF 中删除表格 | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上从PDF文件中删除表格。...pdf" ); for ( auto page : document -> get_Pages ()) { auto absorber...TableAbsorber > (); absorber -> Visit ( page ); for ( auto table : absorber...

    products.aspose.com/pdf/zh-hans/cpp/table/remove/
  9. 使用 C# 向 PDF 添加文本 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上处理 PDF 文件中的文本的 C# 源代码。...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment... Pdf . Text . TextBuilder ( page ); textBuilder . AppendText...

    products.aspose.com/pdf/zh-hans/net/text/
  10. 使用 C# 添加图形注释|Aspose.PDF for .NET

    本文描述了如何从 PDF 文档中添加、获取和删除图形注释 Aspose.PDF for .NET... Pages [ 1 ], new Aspose . Pdf . Rectangle...PopupAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/zh/net/figures-annotation/