Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 187,704 for

page

(0.1 sec)
  1. Working with PDF Pages in Python|Aspose.PDF for...

    How to manipulate Pages in PDF documents programmatically using Aspose.PDF for Python via .NET library....Working with PDF Pages in Python Contents [ Hide ] Aspose.PDF...Python via .NET lets you insert a page to a PDF document at any location...

    docs.aspose.com/pdf/python-net/working-with-pages/
  2. Creating a non editable pdf blurs the text - Fr...

    On creating PDF non editable by using below code. The non editable PDF look is not in sync with the normal editable pdf. Content of Non editable pdf shrinks a little and becomes blurry on zooming in. Code which we are …...Pages pages = pdfDocument.Pages; // ZOOM SETTINGS...the pages using the Pages collection foreach (Page page in pdfDocument...

    forum.aspose.com/t/creating-a-non-editable-pdf-...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add Page Stamp to PDF using Python https://products.aspose.com/pdf/python-net/stamps/Page/ Recent content in Add Page Stamp to PDF using Python......PDF Products – Add Page Stamp to PDF using Python https://products...com/pdf/python-net/stamps/page/ Recent content in Add Page Stamp to PDF using...

    products.aspose.com/pdf/python-net/stamps/page/...
  4. Aspose::Words::PageExtractOptions::get_UnlinkPa...

    Aspose::Words::PageExtractOptions::get_UnlinkPagesNumberFields method. Specifies whether NUMPageS fields in the resulting document will be replaced with their actual resulting values. Default value is true in C++....Show how to reset the initial page numbering and save the NUMPAGE...Document > ( get_MyDir () + u "Page fields.docx" ); // Default behavior:...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. Frameset class | Aspose.Words for Python

    aspose.words.framesets.Frameset class. Represents a frames Page or a single frame on a frames Page...Represents a frames page or a single frame on a frames page. To learn more...items, this instance is a frames page, otherwise it is a single frame...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with Backgrounds as Artifacts with Pyth...

    Add background image to the your PDF file with Python. Use the BackgroundArtifact class....document is a collection of pages and each page contains a collection...add a background image to a page object. The following code snippet...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  7. 跟踪文档转换进度|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....saving page index 0 of pages 11 </ br > End saving page index...0 of pages 11 </ br > Start saving page index 1 of pages 11 </...

    docs.aspose.com/cells/zh/net/track-document-con...
  8. Extract All Images from Shapes in Visio|Documen...

    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....Visio Contents [ Hide ] The Page Class object represents the...area of a foreground page or a background page. The Shapes property...

    docs.aspose.com/diagram/net/extract-all-images-...
  9. Extract PDF pages|Aspose.PDF for Java

    This section explains how to extract PDF Pages with com.aspose.pdf.facades using PdfFileEditor class....Extract PDF pages Contents [ Hide ] Extract PDF Pages between Two...extract specified range of pages from a PDF file. This overload...

    docs.aspose.com/pdf/java/extract-pdf-pages/
  10. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…... All PDF pages have HtmlLoadOptions.PageInfo...Aspose.PDF applies to every page after the first one when an...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...