Sort Score
Result 10 results
Languages All
Labels All
Results 6,321 - 6,330 of 186,643 for

paged

(0.32 sec)
  1. Python PDF API for Creating, Merging, Editing, ...

    Python wrapper to generate edit and parse PDF files based on Java. Library converts PDF to multiple formats including DOC, DOCX, XLS, XLSX, PPTX HTML and images...metadata information, text and page manipulation, management of...load PDF file, extract pages, insert pages at a particular location...

    products.aspose.com/pdf/python-java/
  2. 公共 API Aspose.Diagram 6.8.0 的变化|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....vsdx" ); // Get Visio page Page page = diagram . getPages ()...(). getPage ( "Page-1" ); // Initialize a new Layer class object...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  3. Appliquer ou modifier les dispositions de diapo...

    Apprenez à gérer et personnaliser les dispositions de diapositives dans Aspose.Slides for Python via .NET. Explorez les types de dispositions, le contrôle des espaces réservés, la visibilité du pied de page et la manipulation des dispositions à l'aide d'exemples de code en Python....en page pour sélectionner une diapositive de mise en page. layout_slides...pas tous les types de mise en page. # Le fichier de présentation...

    docs.aspose.com/slides/fr/python-net/slide-layout/
  4. Working with OneNote Document | Aspose.Note Doc...

    This document provides guidance on working with OneNote documents....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/working-with-onenote-d...
  5. 使用 C# 将图像添加到 PDF|Aspose.PDF for .NET

    本节描述如何使用 C# 库将图像添加到现有 PDF 文件中。...Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/zh/net/add-image-to-existin...
  6. 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-...
  7. استخراج الروابط من ملف PDF|Aspose.PDF for Java

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

    docs.aspose.com/pdf/ar/java/extract-links/
  8. 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/
  9. 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...
  10. PDF Highlights Annotation|Aspose.PDF para Java

    As anotações de marcação são apresentadas no texto como destaques, sublinhados, tachados ou sublinhados irregulares no texto de um documento....pdf" ); Page page = document . getPages ()....TextFragmentAbsorber ( "PDF" ); tfa . visit ( page ); // Criar anotações HighlightAnnotation...

    docs.aspose.com/pdf/pt/java/highlights-annotation/