Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 188,097 for

paged

(0.43 sec)
  1. Архивы

    Архивы...страницу, инициализировав объект Page объектом класса Document. Установите...страницы, используя свойство Page.Title. Вызовите метод Document...

    blog.aspose.com/ru/note/create-onenote-files-ad...
  2. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...Add a page to the PDF document Page page = pdfDocument.Pages.Add();...image to the page's paragraphs collection page.Paragraphs.Add(image);...

    forum.aspose.com/t/tif-pdf/293699
  3. Using extra types of PDF annotations|Aspose.PDF...

    Discover how to add extra annotations to PDF documents in Java with Aspose.PDF for more interactive documents....we can Add annotations to the page. The following code snippet...using AnnotationSelector Page page = document . getPages ()....

    docs.aspose.com/pdf/java/extra-annotations/
  4. Archiv

    Archiv...Page für .NET spielt in vielen Branchen...Inzwischen vereinfacht Aspose.Page für .NET den Prozess durch seine...

    blog.aspose.com/de/page/convert-xps-to-bmp-in-c...
  5. Archiv

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

    blog.aspose.com/cs/words/convert-html-to-image-...
  6. ארכיון

    ארכיון...את הדפים כ-JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f"C:\\F...

    blog.aspose.com/he/words/convert-html-to-image-...
  7. Add TOC to Existing PDF in Ruby|Aspose.PDF for ...

    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 access to first page of PDF file toc_page = doc . getPages ()...toc_info . setTitle ( title ) toc_page . setTocInfo ( toc_info ) #...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  8. Working with Sections in C++|Aspose.Words for C++

    Understanding document section concepts and manipulation practices using C++. Insert section into a document C++. Remove section C++. Copy sections between Documents....across all pages. For example, you may need to modify page number...number formats, have different page size and orientation, or have the...

    docs.aspose.com/words/cpp/working-with-sections/
  9. DocumentBuilder.moveToHeaderFooter method | Asp...

    DocumentBuilder.moveToHeaderFooter method. Moves the cursor to the beginning of a header or footer in the current section....footers different for the first page, you need to set PageSetup....different for even and odd pages, you need to set PageSetup....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Перемещение страниц PDF программным способом на...

    Попробуйте переместить страницы в нужное место или в конец PDF-файла с помощью Aspose.PDF for .NET.... GetDataDir_AsposePdf_Pages (); // Open PDF documents using...var page = srcDocument . Pages [ 2 ]; dstDocument . Pages . Add...

    docs.aspose.com/pdf/ru/net/move-pages/