Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 141,625 for

paged

(0.14 sec)
  1. Fitur Lanjutan|Aspose.PDF for .NET

    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 private void Page_Load ( object sender , EventArgs...Add Page in Pages Collection var page = document . Pages . Add...

    docs.aspose.com/pdf/id/net/advanced-features/
  2. Anotasi Sorotan PDF menggunakan Python|Aspose.P...

    Anotasi Markup disajikan dalam teks sebagai sorotan, garis bawah, coretan, atau garis bawah bergerigi dalam teks dokumen.... pages [ 1 ], ap . Rectangle ( 300... 770 , True ) ) document . pages [ 1 ] . annotations . append...

    docs.aspose.com/pdf/id/python-net/highlights-an...
  3. Manage canvases of XPS file | .NET

    .NET API Solution to manage XPS files. Code example on how to clip and transform canvases of XPS files with a few lines of C# code....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/net/work-with-canvases/
  4. 添加 PDF 页面印章|Aspose.PDF for .NET

    了解如何在 .NET 中向 PDF 页面添加印章,包括文本和图像,用于水印或品牌标识,使用 Aspose.PDF。...文件的特定页面上添加 PDF 页面印章,您还需要设置 Stamp 类的 Pages 属性。此属性需要一个整数数组,包含您想要添加印章的页面编号。然后,您可以使用...IsBackground = true ; stamp . Pages = new [] { 1 , 3 }; // Apply...

    docs.aspose.com/pdf/zh/net/add-pdf-page-stamp/
  5. 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....pdf"); auto page = document->get_Pages()->idx_get(1); //...MakeObject<CircleAnnotation>(page, MakeObject<Rectangle>(270,...

    docs.aspose.com/pdf/ru/cpp/advanced-operations/...
  6. Изменение XPS-страницы событий | Java

    Узнайте, как вносить повторяющиеся изменения во все выходные страницы при преобразовании файла XPS с помощью API Aspose.Page для Java....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/ru/java/xps/modifying-xps-...
  7. MD to PDF Merge using C++ | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to PDF document In loop: add...

    products.aspose.com/pdf/cpp/merger/md-to-pdf/
  8. Cortar Páginas de PDF programaticamente|Aspose....

    Você pode obter propriedades da página, como largura, altura, bleed-, crop- e trimbox usando Aspose.PDF para Java.... Page.Rect : a interseção (retângulo...new Document ( "crop_page.pdf" ); Page page = pdfDocument . getPages...

    docs.aspose.com/pdf/pt/java/crop-pages/
  9. Pangkas Halaman PDF secara programatik|Aspose.P...

    Anda dapat mendapatkan properti halaman, seperti lebar, tinggi, bleed-, crop- dan trimbox menggunakan Aspose.PDF untuk Java.... Page.Rect : perpotongan (umumnya...new Document ( "crop_page.pdf" ); Page page = pdfDocument . getPages...

    docs.aspose.com/pdf/id/java/crop-pages/
  10. Tambahkan Objek Ellipse ke file PDF|Aspose.PDF ...

    Artikel ini menjelaskan cara membuat objek Ellipse ke PDF Anda menggunakan Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/id/net/add-ellipse/