Sort Score
Result 10 results
Languages All
Labels All
Results 7,571 - 7,580 of 187,857 for

paged

(0.1 sec)
  1. Jak uzyskać Freetext Adnotację przy użyciu Java...

    Przykładowy kod Java, aby uzyskać Freetext adnotacje w pliku PDF na Java Runtime Environment dla aplikacji JSP/JSF i aplikacji desktopowych....Freetext adnotacji z kolekcji Page.Annotations Zapisz plik ponownie...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/pl/java/annotation/free...
  2. Obtenir la ligne d'héritage de forme Visio|Docu...

    Cette section explique comment obtenir le style de ligne de la forme visio hérité de son style parent et le maîtriser avec Aspose.Diagram....vsdx" ); // Get page by ID Page page = diagram . getPages...getPage ( "Page-1" ); // Get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/fr/java/get-visio-shape...
  3. Your First Aspose.Diagram Application - Hello W...

    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....the words Hello World in the page. Creating the Hello World Application...les mots Hello World! dans la page consultée. Générez le fichier...

    docs.aspose.com/diagram/fr/python-net/your-firs...
  4. Impostazione dei margini|Documentation

    Questa sezione spiega come impostare le opzioni della pagina di visio con Aspose.Diagram....vsdx" ); //Set Page Margin diagram . Pages [ 0 ]. PageSheet.... Value = 0.01 ; diagram . Pages [ 0 ]. PageSheet . PrintProps...

    docs.aspose.com/diagram/it/net/setting-margins/
  5. Calcolare il fattore di scalatura della configu...

    Questo articolo fornisce codice di esempio che spiega come usare l API o libreria C++ per calcolare il fattore di scalatura della configurazione della pagina usando l opzione adatta a n pagine di larghezza per m di altezza di un foglio Excel in modo programmatico....utilizzando l’opzione Fit to n page(s) wide by m tall , Microsoft...:: PaperA4 ); // Set fit to pages wide as 1 worksheet . GetPageSetup...

    docs.aspose.com/cells/it/cpp/calculate-page-set...
  6. How to Convert Word to PDF using Python

    This brief tutorial contains information on how to convert Word to PDF using Python. In order to convert Word to PDF in Python this topic entails the environment configuration steps and API calls required to perform the conversion....Page Product Family Aspose.PSD Product...the page number that you wish to export to PDF using page_set...

    kb.aspose.com/words/python/how-to-convert-word-...
  7. Aspose::Words::Settings::MultiplePagesType enum...

    Aspose::Words::Settings::MultiplePagesType enum. Specifies how document is printed out in C++....Normal printing, no multiple pages specified. MirrorMargins 1 Swaps...on facing pages. TwoPagesPerSheet 2 Prints two pages per sheet...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Merge OneNote Notebooks using Java

    This guide covers how to merge OneNote notebooks using Java. It has the IDE set up, a stepwise process, and a sample code to combine OneNote notebooks using Java....Page Product Family Aspose.PSD Product...Document class Loop through each page while cloning it Write the merged...

    kb.aspose.com/note/java/merge-onenote-notebooks...
  9. أرشيف

    أرشيف...as image: document_page_count = image.pages.length # تطبيق تأثيرات...الضوئي # لحلقة for page in image.djvu_pages: page.rotate(-0.5 + random...

    blog.aspose.com/ar/imaging/convert-image-to-pdf...
  10. Crear Enlaces en un Archivo PDF|Aspose.PDF para...

    Esta sección explica cómo crear enlaces en su documento PDF con Java....LinkAnnotation usando los objetos Page y Rectangle . Establezca los...colección Annotations del objeto Page. Finalmente, guarde el PDF actualizado...

    docs.aspose.com/pdf/es/java/create-links/