Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 186,564 for

page

(0.2 sec)
  1. Aspose::Words::PageSetup::get_BorderSurroundsHe...

    Aspose::Words::PageSetup::get_BorderSurroundsHeader method. Specifies whether the Page border includes or excludes the header in C++....method Specifies whether the page border includes or excludes...how to apply a border to the page and header/footer. auto doc...

    reference.aspose.com/words/cpp/aspose.words/pag...
  2. Aspose::Words::Border::get_DistanceFromText met...

    Aspose::Words::Border::get_DistanceFromText method. Gets or sets distance of the border from text or from the Page edge in points in C++....border from text or from the page edge in points. double Aspose...border at the top of the first page. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. BMP to PDF Merge using C# | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/bmp-to-pdf/
  4. JPEG to PDF Merge using C# | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET...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/net/merger/jpeg-to-pdf/
  5. How to Highlight a PDF Document using Java

    This article guides on how to highlight a PDF document using Java. It shares the configuration details, steps, and runnable sample code to highlight words in PDF using Java....Page Product Family Aspose.PSD Product...object Parse through the given page and find the text fragments...

    kb.aspose.com/pdf/java/how-to-highlight-a-pdf-d...
  6. 多线程下获取PDF中的图片信息报错:Not supported image type - Fr...

    代码如下,正常使用则没有问题,但是添加了线程池就会报错: com.aspose.pdf.internal.ms.System.l7n: Not supported image type at com.aspose.pdf.XImage.lI(Unknown Source) at com.aspose.pdf.XImage.saveInternal(Unknown Source) at com.aspose.pdf.XImage.…...PageCollection pages = document.getPages(); int pageSize = pages.size();...else { pages.forEach(page -> images.addAll(getImages(page))); }...

    forum.aspose.com/t/pdf-not-supported-image-type...
  7. Manipulate Tables in existing PDF|Aspose.PDF fo...

    This section covers various methods for table modification using Aspose.PDF for C++...already exist on a PDF document page. The following code snippet...h> #include <Aspose.PDF.Cpp/Page.h> #include <Aspose.PDF.Cpp/PageCollection...

    docs.aspose.com/pdf/cpp/manipulate-tables-in-ex...
  8. Parse PDF documents|Aspose.PDF for Node.js via C++

    Do you want to parse PDF documents? Discover various PDF data extraction methods with Aspose.PDF for Node.js via C++....particular page, or a particular region in a page. Extract Tables...

    docs.aspose.com/pdf/nodejs-cpp/parsing/
  9. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....Page Product Family Aspose.PSD Product...the Document object and add a page to it Create a graph object...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  10. How to Convert Word Document to HTML using C#

    In this short tutorial you will understand how to convert Word Document to HMTL using C#. The simple steps below can be followed to export DOCX to HTML in C# in any common operating system like MS Windows, Linux, or macOS....Page Product Family Aspose.PSD Product...related to CssStyleSheet, Page Margins, Page Setup, etc. Save the...

    kb.aspose.com/words/net/how-to-convert-word-doc...