Sort Score
Result 10 results
Languages All
Labels All
Results 4,971 - 4,980 of 181,431 for

paged

(0.09 sec)
  1. SVG to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for SVG to JPEG conversion. Use example code for batch SVG to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...Initialize a page counter variable to track the current page number...

    products.aspose.com/pdf/python-net/conversion/s...
  2. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 获取要添加链接的 Page 。 使用Page和 Rectangle 对象创建一个 LinkAnnotation...LaunchAction 对象时,指定您要启动的应用程序。 将链接添加到Page对象的 Annotations 属性。 最后,使用Doc...

    docs.aspose.com/pdf/zh/cpp/create-links/
  3. Arbeiten mit Seiten | Aspose.Note Dokumentation

    Ein kurzer Überblick über die Arbeit mit Seiten in OneNote mit C#....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/de/net/working-with-pages/
  4. Convert EMF to EPS using Python

    EMF to EPS conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/convert/emf-to-...
  5. NullReferenceException when saving PDF with spe...

    Hi, we are using using Aspose.PDF.Drawing 23.12.0 with a license, but the issue was also reproduced with the same code with the latest release (trial). The issue shows itself when running the .net core 8 application eit…...Document(); var page = document.Pages.Add(); // 1. text page.Paragraphs...text")); // 2. text with newline page.Paragraphs.Add(new TextFragment("2...

    forum.aspose.com/t/nullreferenceexception-when-...
  6. 記録

    記録...Pages コレクションをループして、 Page クラスを使用して各ページにアクセスします。...foreach (Aspose.Pdf.Page pdfPage in pdfDocument.Pages) { // 新しいドキュメントを作成する...

    blog.aspose.com/ja/pdf/split-pdf-into-multiple-...
  7. Chercher

    chercher...créez des objets des classes Page, Outline et OutlineElement....même, ajoutez Outline à la page et Page au document. Enfin, appelez...

    blog.aspose.com/fr/note/insert-pdf-into-onenote...
  8. CSS Extensions – CSS Vendor Prefixes

    Learn about CSS provider prefixes and see Aspose.HTML for Java example of how to use CSS extensions to create custom markup in document margins....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/java/css-extensions/
  9. 档案

    档案...# 将页面另存为 JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f"C:\\F...

    blog.aspose.com/zh/words/convert-html-to-image-...
  10. Anotação de Destaque em PDF usando C#|Aspose.PD...

    Aprenda como adicionar anotações de destaque a documentos PDF em .NET usando Aspose.PDF para ênfase e revisão de texto.... Pages [ 1 ]); // Create annotations...HighlightAnnotation ( document . Pages [ 1 ], tfa . TextFragments [...

    docs.aspose.com/pdf/pt/net/highlights-annotation/