Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 187,470 for

page

(0.21 sec)
  1. TIFF to PDF conversion causes font and width mi...

    Hi Team, I am converting a multiPage TIFF file to PDF using Aspose for Java(we are using Aspose total). The conversion works, but the generated PDF doesn’t exactly match the original TIFF — there’s a mismatch in width a…...OutputStream outputStream, List<Long> pages) throws IOException { try (Document...reader.getNumImages(true); pages.add((long) numPages); for (int...

    forum.aspose.com/t/tiff-to-pdf-conversion-cause...
  2. Working with Artifacts in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add a background image to PDF Pages, and get each watermark using Artifact class....Examples of artifacts include page headers, footers, separators...include Background, Layout, Page, Pagination and Undefined)....

    docs.aspose.com/pdf/net/artifacts/
  3. Get Visio Shape Inherit Line|Documentation

    This section explains how to get visio shape's line style inherited from it's parent style and master with Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); foreach ( Aspose . Diagram . Shape shape in page...

    docs.aspose.com/diagram/net/get-visio-shape-inh...
  4. Remove Image From PDF using Python

    Follow this article to remove image from PDF using Python. It shares the details to set the IDE, steps, and a running sample code to delete image from PDF using Python....Page Product Family Aspose.PSD Product...selected or all the photos from a page in the PDF. Steps to Remove...

    kb.aspose.com/pdf/python/remove-image-from-pdf-...
  5. Convert Between Measurement Units in C#|Aspose....

    Aspose.Words for .NET can help you with how to convert between measurement units, for example, inches to points and points to inches, pixels to points, points to pixels using C#.... What is this page about? This page explains how to convert...useful when setting various page properties because, for instance...

    docs.aspose.com/words/net/convert-between-measu...
  6. Remove Pages from PDF using C++ | Aspose.PDF

    Remove Pages from PDF file programmatically with C++ sample code using Aspose.PDF for C++...How to Delete pages from PDF using C++ Remove pages from PDF using...information, you may need to delete pages or sections containing confidential...

    products.aspose.com/pdf/cpp/pages/remove/
  7. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...Get the page where the image needs to be added var page = document...document . Pages [ 1 ]; // Load the image into a file stream using...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  8. Working with Attachments | Aspose.Note Document...

    A guide on how to work with attachments in your Java development environment....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/java/working-with-attachme...
  9. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int Page = 0; Page < document.PageCount; Page++) { Document extractedPage = document.ExtractPages(Page, 1); // startindex and count string …...for (int page = 0; page < document.PageCount; page++) { Document...extractedPage = document.ExtractPages(page, 1); // startindex and count...

    forum.aspose.com/t/document-extractpages-yields...
  10. How to print PDF file in .NET Core|Aspose.PDF f...

    This Page explains how to convert a PDF document into XPS in .NET Core and add it as a job to the queue of the local printer....Choosing paper source by PDF page size Since the 24.4 release...choosing paper source by PDF page size in the print dialog is...

    docs.aspose.com/pdf/net/print-dotnetcore/