Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 188,108 for

paged

(1.02 sec)
  1. PageSetup.line_starting_number property | Aspos...

    PageSetup.line_starting_number property. Gets or sets the starting line number....restart the numbering on each new page from 1 and display the number...of the line. page_setup = builder . page_setup page_setup . line_starting_number...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to remove Header/Footer in Pdf - Free Suppo...

    Hi, I am trying to remove the header and footer from a PDF. I am using ParagraphAbsorber to read the file. Is there an attribute that can be used to detect the header and footer? Or does there any suggestion to remove …...pdf"); foreach (Page page in pdfDocument.Pages) { var deletedArtifacts...foreach (Artifact artifact in page.Artifacts) { if (artifact.Type...

    forum.aspose.com/t/how-to-remove-header-footer-...
  3. استخراج الروابط من ملف PDF|Aspose.PDF for Java

    استخراج الروابط من PDF باستخدام Java. يشرح هذا الموضوع كيفية استخراج الروابط باستخدام فئة AnnotationSelector.... احصل على Page التي ترغب في استخراج الروابط..._dataDir + "UpdateLinks.pdf" ); Page page = document . getPages ()....

    docs.aspose.com/pdf/ar/java/extract-links/
  4. Tamponnage avec Aspose.PDF en C#|Aspose.PDF for...

    Cette section décrit comment ajouter des tampons d'image et des tampons de texte à une page PDF....des tampons d’image dans la page PDF - ajouter un tampon d’image...Tampons de page dans le fichier PDF - ajouter un tampon de page au document...

    docs.aspose.com/pdf/fr/net/stamping/
  5. Convertir une forme Visio en image|Documentation

    Cette section explique comment convertir une forme visio en image avec Aspose.Diagram.... obtenir une page particulière. obtenir une forme...); // Get a particular page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/fr/java/convert-a-visio...
  6. Архивы

    Архивы... Добавьте новую страницу Page в документ PDF с помощью метода...новый Image с помощью метода Page.getParagraphs().add(Image) ...

    blog.aspose.com/ru/pdf/convert-image-to-pdf-java/
  7. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java....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/java/convert-pdf-to-images-...
  8. Convert PDF to Different Image Formats in C#|As...

    This topic show you how to use Aspose.PDF to convert PDF to various images formats e.g. TIFF, BMP, EMF, JPEG, PNG, GIF, SVG with a few lines of code....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/net/convert-pdf-to-images-f...
  9. Anotasi Lengket PDF menggunakan C#|Aspose.PDF f...

    Pelajari cara membuat anotasi lengket, seperti catatan dan sorotan, dalam PDF menggunakan Aspose.PDF di .NET....)) { // Load Page object to add Annotation var page = document...document . Pages [ 1 ]; // Create Watermark Annotation var wa = new Aspose...

    docs.aspose.com/pdf/id/net/sticky-annotations/
  10. Add Ellipse Object to PDF file|Aspose.PDF for P...

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Python via .NET....Document () # Add a page page = document . pages . add () # Create...paragraphs collection of page page . paragraphs . add ( graph...

    docs.aspose.com/pdf/python-net/add-ellipse/