Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 192,014 for

page

(0.11 sec)
  1. Add Popup Annotations|Aspose.PDF for Python via...

    This example loads a PDF, adds a popup annotation to the first Page, and saves the modified document. The popup is set to be visible by default and displays the specified comment text....location, content, visibility, and page number. Create the PdfContentEditor...) # Add popup annotation to page 1 content_editor . create_popup...

    docs.aspose.com/pdf/python-net/add-popup-annota...
  2. 在 Python 中使用矢量图形|Aspose.PDF for Python via .NET

    学习如何使用 Python 中的 GraphicsAbsorber 在 PDF 页面之间提取、移动、删除和复制矢量图形。...graphics_absorber : page = document . pages [ 1 ] graphics_absorber...graphics_absorber . visit ( page ) for element in graphics_absorber . elements...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  3. Aspose::Words::PageSetup::get_Gutter method | A...

    Aspose::Words::PageSetup::get_Gutter method. Gets or sets the amount of extra space added to the margin for document binding in C++....Insert text that spans several pages. auto builder = System :: MakeObject...to either the left or right page margin, // which makes up for...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Convert PDF to Images formats|Aspose.PDF for C++

    Learn how to convert PDF Pages into various image formats such as PNG, JPEG, or TIFF using Aspose.PDF in C++....ImageDevice - for a particular page. Convert PDF using DocumentDevice...makes a possible to convert PDF Pages to TIFF images. The TiffDevice...

    docs.aspose.com/pdf/cpp/convert-pdf-to-images-f...
  5. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for Python via Java.... Multi-page TIFF images are fully supported...cannot extract images from HTML pages and does not support authentication...

    docs.aspose.com/ocr/python-java/supported-file-...
  6. Building forms programmatically|Documentation

    Describe the OMR form directly in the application code....must also define at least one page as an instance of PageConfig...code generates an empty single-page OMR form: TemplateConfig templateConfig...

    docs.aspose.com/omr/net/programmatic-forms/
  7. Remove Tables from existing PDF|Aspose.PDF for C++

    This section describes how to remove Table from PDF document....successfully finds tables on the page, it becomes capable to remove...h> #include <Aspose.PDF.Cpp/Page.h> #include <Aspose.PDF.Cpp/PageCollection...

    docs.aspose.com/pdf/cpp/remove-tables-from-exis...
  8. 使用 Java 向 PDF 添加标题 | Aspose.PDF

    用于在任何平台上在 PDF 文档中添加标题的 Java 源代码。...// Add header on all pages for ( Page page : pdfDocument . getPages...getPages ()) { page . addStamp ( textStamp ); } // Save updated...

    products.aspose.com/pdf/zh-hans/java/header/
  9. ResourceSavingArgs | Aspose.Words for Java

    Provides data for the IResourceSavingCallback.resourceSavingcom.aspose.words.ResourceSavingArgs event in Java....Words saves a document to fixed page HTML, SVG or Markdown, it saves...an external resource to fixed page HTML or SVG. /// public void...

    reference.aspose.com/words/java/com.aspose.word...
  10. Pdf generation taking long time - Free Support ...

    Hi I'm generating a very small document with Aspose Trial version. And it turns out that pdf generation from html is taking 900 milliseconds. Please review the code and html and let me know if i'm doing something wron…...shift to next page if they are splitting across pages. Please suggest...middle of first page and ends in second page. What I want is...

    forum.aspose.com/t/pdf-generation-taking-long-t...