Sort Score
Result 10 results
Languages All
Labels All
Results 5,971 - 5,980 of 190,012 for

paged

(0.31 sec)
  1. Ajouter un TOC à un PDF existant en Ruby|Aspose...

    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....Accéder à la première page du fichier PDF toc_page = doc . getPages...toc_info . setTitle ( title ) toc_page . setTocInfo ( toc_info ) #...

    docs.aspose.com/pdf/fr/java/add-toc-to-existing...
  2. Добавление текста в PDF файл|Aspose.PDF for Java

    Эта статья описывает различные аспекты работы с текстом в Aspose.PDF. Узнайте, как добавить текст в PDF, добавить HTML-фрагменты или использовать пользовательские шрифты OTF....получить конкретную страницу Page pdfPage = document . getPages...страниц объекта Document Page page = doc . getPages (). add ();...

    docs.aspose.com/pdf/ru/java/add-text-to-pdf-file/
  3. Аннотация мультимедиа PDF с использованием C#|A...

    Aspose.PDF for .NET позволяет добавлять, получать и удалять аннотации мультимедиа из вашего PDF-документа....коллекции аннотаций объекта Page . Эта коллекция содержит все...ScreenAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/ru/net/multimedia-annotation/
  4. Document.RemoveBlankPages | Aspose.Words for .NET

    Effortlessly enhance your documents with the RemoveBlankPages method, eliminating unwanted blank pages for a polished, professional finish....RemoveBlankPages method Removes blank pages from the document. public List...RemoveBlankPages () Return Value List of page numbers has been considered...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Create Bookmarks in PDF using Java

    This article guides on how to create bookmarks in PDF using Java. It shares the information to set the IDE, a list of steps, and a sample code to bookmark PDF document using Java....Page Product Family Aspose.PSD Product...to add bookmarks for all the pages, set display properties of the...

    kb.aspose.com/pdf/java/create-bookmarks-in-pdf-...
  6. Travailler avec des thèmes|Documentation

    Cette section explique comment appliquer un thème prédéfini à une page ou une forme avec Aspose.Diagram....appliquer un thème prédéfini à une page ou à une forme Cet article peut...Appliquer un thème prédéfini à une page Les API Aspose.Diagram permettent...

    docs.aspose.com/diagram/fr/java/working-with-th...
  7. Skaffa Visio Shape Inherit Line|Documentation

    Det här avsnittet förklarar hur du får visio-formens linjestil ärvd från dess överordnade stil och master med Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); foreach ( Aspose . Diagram . Shape shape in page...

    docs.aspose.com/diagram/sv/net/get-visio-shape-...
  8. Şekle Bağlantı Noktası Ekle|Documentation

    Bu bölüm, Aspose.Diagram ile visio şekline bağlantı noktasının nasıl ekleneceğini açıklar....particular page Page page = diagram . Pages . GetPage ( "Page-3" );...type shape by id Shape shape = page . Shapes . GetShape ( 18 );...

    docs.aspose.com/diagram/tr/net/add-connection-p...
  9. Actualiser les données des formes|Documentation

    Cette section explique comment actualiser les données de la forme pour une forme visio avec Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Get Shape Shape shape = page . Shapes . GetShape...

    docs.aspose.com/diagram/fr/net/refresh-shapes-d...
  10. Rimuovi la filigrana dal PDF usando C# | Aspose...

    Rimuovi la filigrana dal file PDF a livello di codice con il codice di esempio C# usando Aspose.PDF per .NET...Page.Artifacts. Salva file PDF Elimina...inputFile ); var page = pdfDocument . Pages [ 1 ]; if ( page . Artifacts...

    products.aspose.com/pdf/it/net/watermark/remove/