Sort Score
Result 10 results
Languages All
Labels All
Results 6,871 - 6,880 of 190,038 for

paged

(0.79 sec)
  1. Exemple de Hello World en utilisant Python|Aspo...

    Cet exemple démontre comment créer un document PDF simple avec le texte Hello World en utilisant Aspose.PDF pour Python via .NET....un objet Document Ajouter une Page à l’objet document Créer un...collection de paragraphs de la page save() le document PDF résultant...

    docs.aspose.com/pdf/fr/python-net/hello-world-e...
  2. Membagi PDF secara programatik|Aspose.PDF untuk...

    Topik ini menunjukkan cara membagi halaman PDF menjadi file PDF individual dalam aplikasi PHP Anda....Dokumen baru dan tambahkan objek Page individual ke dalam dokumen...new Document ( $inputFile ); $pages = $document -> getPages ();...

    docs.aspose.com/pdf/id/php-java/split-document/
  3. 编辑 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高代码 API 编辑 PDF 文档。... Pages . Accept ( textFragmentAbsorber...textFragmentCollecti ) { Page page = textFragment . Page ; Rectangle annotationRectangle...

    products.aspose.com/pdf/zh-hans/redaction/
  4. PageSetup.rtlGutter property | Aspose.Words for...

    PageSetup.rtlGutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-to-left language or a left-to-right language....Insert text that spans several pages. let builder = new aw . DocumentBuilder...to either the left or right page margin, // which makes up for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfZoomBehavior enumeration | Aspose.Words for ...

    aspose.words.saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer....document to fit page width. ZOOM_FACTOR Displays the page using the...specified zoom factor. FIT_PAGE Displays the page so it visible entirely...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Tambahkan Objek Garis ke file PDF|Aspose.PDF un...

    Artikel ini menjelaskan cara membuat objek garis ke PDF Anda menggunakan Aspose.PDF untuk C++....dari file PDF auto page = document -> get_Pages () -> Add (); //...paragraf dari instance halaman page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/id/cpp/add-line/
  7. Working with print tickets | .NET

    Learn how to specify XPS document printing preferences for a printing or viewing device using the PrintTicket API in Aspose.Page for .NET...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/net/xps/print-tickets/
  8. Manipulating print tickets | Java

    Discover how to set XPS document printing preferences for a printing or viewing device using the PrintTicket API in Aspose.Page for Java...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/xps/print-tickets/
  9. Archiv

    Archiv...Pages.Add() eine Seite hinzu. Erstellen...Seite hinzufügen Page page = document.Pages.Add(); // Text zu...

    blog.aspose.com/de/pdf/create-pdf-files-using-c...
  10. Создание AcroForm - Создание заполняемого PDF в...

    С помощью Aspose.PDF for .NET вы можете создать форму с нуля в вашем PDF файле...{ // Add page to PDF file var page = document . Pages . Add ();...Pdf . Forms . TextBoxField ( page , rects ); // Setting the appearances...

    docs.aspose.com/pdf/ru/net/create-form/