Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 152,134 for

paged

(0.39 sec)
  1. C#でPDFドキュメントを操作する|Aspose.PDF for .NET

    この記事では、PDF A標準のPDFドキュメントを検証する方法、目次(TOC)を操作する方法、PDFの有効期限を設定する方法などについて説明します。...first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/ja/net/manipulate-pdf-docum...
  2. Archiv

    Archiv...Seiten als JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f"C:\\F...

    blog.aspose.com/de/words/convert-html-to-image-...
  3. O que há de novo|Aspose.PDF for .NET

    Nesta página, são apresentadas as funcionalidades novas mais populares no Aspose.PDF for .NET que foram introduzidas em lançamentos recentes....pdf" )) { var page = doc . Pages [ 1 ]; var dictionaryEditor...dictionaryEditor = new DictionaryEditor ( page . Resources ); var states =...

    docs.aspose.com/pdf/pt/net/whatsnew/
  4. Apa yang baru|Aspose.PDF for .NET

    Di halaman ini memperkenalkan fitur-fitur baru yang paling populer di Aspose.PDF for .NET yang telah diperkenalkan dalam rilis terbaru....pdf" )) { var page = doc . Pages [ 1 ]; var dictionaryEditor...dictionaryEditor = new DictionaryEditor ( page . Resources ); var states =...

    docs.aspose.com/pdf/id/net/whatsnew/
  5. Archiwa

    Archiwa...Pages . W każdej iteracji utwórz obiekt...użyciu metody PngDevice.Process(Page, Stream) . Poniższy przykładowy...

    blog.aspose.com/pl/pdf/pdf-to-png-using-csharp/
  6. FieldIndex.PageNumberSeparator | Aspose.Words f...

    Discover the FieldIndex PageNumberSeparator property, easily customize the character that separates index entries from page numbers for enhanced clarity....separate an index entry and its page number. public string PageNumberSeparator...Examples Shows how to edit the page number separator in an INDEX...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ASP.NET tanpa menggunakan Visual Studio|Aspose....

    Pelajari cara menggunakan Aspose.PDF for .NET dalam proyek ASP.NET tanpa bergantung pada Visual Studio. Ikuti panduan praktis ini....NET <% @ Page Language = "C#" %> <% @ Import...// Add page Aspose . Pdf . Page page = document . Pages . Add...

    docs.aspose.com/pdf/id/net/asp-net-without-usin...
  8. Public API Changements dans Aspose.Diagram 16.1...

    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....get a Visio page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // get a shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/fr/net/public-api-chang...
  9. Insert Nested Fields in Ruby|Aspose.Words for Java

    Insert Nested Fields using Ruby.... new ( doc ) \ # Insert few page breaks (just for testing) breakType.... insertBreak ( breakType . PAGE_BREAK ) end \ # Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  10. 이미지 크기 설정|Aspose.PDF for .NET

    이 섹션에서는 C# 라이브러리를 사용하여 PDF 파일의 이미지 크기를 설정하는 방법을 설명합니다....Document ()) { // Add page var page = document . Pages . Add (); // Create...to the page page . Paragraphs . Add ( img ); // Set page properties...

    docs.aspose.com/pdf/ko/net/set-image-size/