Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 97,016 for

paged

(0.29 sec)
  1. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...property Specifies whether to write page numbers to table of contents...Examples Shows how to display page numbers when saving a document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Comment surligner un PDF avec Python

    Ce didacticiel explique comment mettre en surbrillance un PDF à l'aide de Python. Il contient des détails de configuration IDE, un processus par étapes et un exemple de code pour développer un surligneur PDF à l'aide de Python....Page Product Family Aspose.PSD Product...Document Rechercher le texte sur la page cible à l’aide de la classe...

    kb.aspose.com/fr/pdf/python/how-to-highlight-in...
  3. Trabajar con texto en un archivo XPS | .NETO

    Cómo agregar texto a un archivo XPS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en .NET...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/es/net/xps/working-with-text/
  4. Arbeiten mit XPS-Dokumenten | Python

    Es gibt Artikel darüber, wie Sie mit Aspose.Page für Python über die .NET mit Text, Farbverläufen, Bildern, Transparenz und Seiten von XPS-Dateien arbeiten...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/python-net/working-with...
  5. Arbeiten mit XMP-Metadaten in EPS-Dateien | Python

    Mit Aspose.Page für Python können Sie mit XMP-Metadaten in EPS-Dateien arbeiten, um Array-Elemente, Namenswerte und vieles mehr hinzuzufügen und zu ändern....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/python-net/working-with...
  6. API di conversione PDF | Aspose.PDF

    Converti PDF in DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown e altri formati con la libreria Aspose.PDF...document = new Document (); Page page = document . getPages ()...."Sample.bmp" ). toString ()); page . getParagraphs (). add ( image...

    products.aspose.com/pdf/it/conversion/
  7. 向PDF添加页码使用C++|Aspose.PDF for C++

    Aspose.PDF for C++允许您使用PageNumber Stamp类向PDF文件添加页码戳。... 在此之后,您可以调用 Page 的 AddStamp 方法在 PDF 中添加印章。 您还可以设置页码印章的字体属性。...//pageNumberStamp.Format = "Page # of " + pdfDocument.Pages.Count; //pageNumberStamp...

    docs.aspose.com/pdf/zh/cpp/add-page-number/
  8. Aspose::Words::DocumentBuilder::InsertFootnote ...

    Aspose::Words::DocumentBuilder::InsertFootnote method. Inserts a footnote or endnote into the document in C++....appear at the bottom of the page. builder -> Write ( u "This...referenced text, // so this page break will not affect the footnote...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Add, Extract or Remove Images in PDF using Pyth...

    Manipulate images in PDF programmatically with Python sample code using Aspose.PDF for Python for .NET...Library To add an Image to PDF page, use Aspose.PDF for Python via...input PDF document. Get the page you want to add an image. Add...

    products.aspose.com/pdf/python-net/images/
  10. Add Header to PDF using C# | Aspose.PDF

    Sample C# code for using Aspose.PDF to work with headers from PDF via .NET.... Add the Stamp to Page using AddStamp method. Save...on all pages foreach ( var page in pdfDocument . Pages ) { page...

    products.aspose.com/pdf/net/header/