Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 188,122 for

paged

(0.65 sec)
  1. Aspose::Words::Saving::PdfZoomBehavior enum | A...

    Aspose::Words::Saving::PdfZoomBehavior enum. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer in C++....document to fit page width. ZoomFactor 1 Displays the page using the...factor. FitPage 2 Displays the page so it visible entirely. FitWidth...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Resize PDF using C++ | Aspose.PDF

    Resize PDF documents programmatically with C++ sample code using Aspose.PDF for C++....Resize PDF Pages with C++ Do you need to resize PDF? Programmatic...easily to update or change the page dimensions in an existing PDF...

    products.aspose.com/pdf/cpp/resize/
  3. Converting a TIFF file to PDF using PHP | Aspos...

    Sample code on PHP for TIFF to PDF conversion. Use example code for batch TIFF to PDF conversion with Aspose.PDF for PHP via Java...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/php-java/conversion/tif...
  4. Archivio

    Archivio...Page per .NET offre una soluzione...facilità d’uso. Utilizzando Aspose.Page per .NET , gli sviluppatori...

    blog.aspose.com/it/page/convert-jpg-to-eps-in-c...
  5. ค้นหา

    ค้นหา...Page สำหรับ .NET มีบทบาทสำคัญในกระบวนการนี้...เครื่องมือนี้ขับเคลื่อนโดย Aspose.Page สำหรับ .NET . เครื่องมือที่...

    blog.aspose.com/th/page/convert-bmp-to-eps-onli...
  6. Архів

    Архів...Page для Python .NET . Отже, використовуючи...бібліотеки PostScript # Aspose.Page для Python .NET — це надійна...

    blog.aspose.com/uk/page/postscript-library-to-c...
  7. 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...
  8. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET....to paragraphs collection of page. Save our PDF file. import aspose...Document () # Add page page = document . pages . add () # Create...

    docs.aspose.com/pdf/python-net/add-curve/
  9. How to Set Print Area|Documentation

    This article shows you code explaining how to set a print area using the Aspose.Cells library....the printed pages, avoiding splits or unwanted page breaks. Save...area. Open the Page Layout Tab: Go to the Page Layout tab in the...

    docs.aspose.com/cells/java/how-to-set-print-area/
  10. PDF 파일에 선 객체 추가|Aspose.PDF for C++

    이 문서에서는 Aspose.PDF for C++를 사용하여 PDF에 선 객체를 추가하는 방법을 설명합니다....Document 생성 PDF 파일의 페이지 컬렉션에 Page 추가 Graph 인스턴스 생성 페이지 인스턴스의 단락...페이지를 추가합니다. auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/ko/cpp/add-line/