Sort Score
Result 10 results
Languages All
Labels All
Results 8,061 - 8,070 of 184,304 for

paged

(0.17 sec)
  1. Set Image Size using C++|Aspose.PDF for C++

    This section describes how to set image size PDF file using C++ library....// add page to pages collection of PDF file auto page = document...document -> get_Pages () -> Add (); // Create an image instance auto...

    docs.aspose.com/pdf/cpp/set-image-size/
  2. TextColumnCollection.evenly_spaced property | A...

    TextColumnCollection.evenly_spaced property. True if text columns are of equal width and evenly spaced....doc ) page_setup = builder . page_setup columns = page_setup...content_width = page_setup . page_width - page_setup . left_margin...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Document::RenderToSize method | ...

    Aspose::Words::Document::RenderToSize method. Renders a document page into a Graphics object to a specified size in C++....e method Renders a document page into a Graphics object to a...pageIndex int32_t The 0-based page index. graphics const Syste...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Démarrage|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....NET Page: Description du produit Page: Formats de fichiers...charge Page: Fonctionnalités Page: Problèmes Connus Page: Installation...

    docs.aspose.com/psd/fr/net/demarrage/
  5. Tworzenie pliku PDF przy użyciu Java | Aspose.PDF

    W tym temacie przedstawiono, jak używać Aspose.PDF for Java API do łatwego generowania i odczytywania plików PDF w aplikacjach Java....Dodaj stronę za pomocą metody Pages.add (). Utwórz nowy obiekt TextFragment...new Document (); //Add page Page page = pdfDocument . getPages...

    products.aspose.com/pdf/pl/java/create/
  6. 使用 Python 編輯 PDF | Aspose.PDF

    使用 Python for .NET 的 Python 使用 Aspose.PDF 樣本代碼以編程方式編輯 PDF 文檔... pages . accept ( textFragmentAbsorber...textFragmentCollecti : page = textFragment . page annotationRectangle...

    products.aspose.com/pdf/zh-hant/python-net/reda...
  7. Support pour les images DICOM|Aspose.PDF for .NET

    Cette section décrit comment prendre en charge les images DICOM dans un fichier PDF en utilisant la bibliothèque C#....Document ()) { // Add page var page = document . Pages . Add (); // Create...// Add image to the first page page . Paragraphs . Add ( image...

    docs.aspose.com/pdf/fr/net/support-for-dicom-ma...
  8. Determine Line Break in TextFragment|Aspose.PDF...

    Learn more about how to determinate a line break of multi-line TextFragment using C++...GetNotifications () method of Page Class as follows, in order to...Document > (); auto page = document -> get_Pages () -> Add (); for...

    docs.aspose.com/pdf/cpp/determine-line-break/
  9. DICOM 图像支持|Aspose.PDF for .NET

    本节描述如何使用 C# 库在 PDF 文件中支持 DICOM 图像。...Document ()) { // Add page var page = document . Pages . Add (); // Create...// Add image to the first page page . Paragraphs . Add ( image...

    docs.aspose.com/pdf/zh/net/support-for-dicom-im...
  10. Rotar Páginas de PDF Usando Python|Aspose.PDF p...

    Este tema describe cómo rotar la orientación de la página en un archivo PDF existente programáticamente con Python....input_pdf ) for page in doc . pages : r = page . media_box newHeight...+ ( r . height - newHeight ) page . media_box = ap . Rectangle...

    docs.aspose.com/pdf/es/python-net/rotate-pages/