Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 83,651 for

page

(0.05 sec)
  1. Remove Tables from PDF using Java | Aspose.PDF

    Remove tables from PDF file programmatically with Java sample code using Aspose.PDF for Java...first page with absorber. Get first table on the page. Remove..._booklet 7.pdf" ); for ( Page page : pdfDocument . getPages ())...

    products.aspose.com/pdf/java/table/remove/
  2. ConvertUtil.millimeter_to_point method | Aspose...

    ConvertUtil.millimeter_to_point method. Converts millimeters to points....Examples Shows how to specify page properties in millimeters. doc...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Python Programmers Guide|Documentation

    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....Unhide a Worksheet in Python Page Break Preview in Python Split...in Python Page Setup Features in Python Setting Page Options in...

    docs.aspose.com/cells/java/python-programmers-g...
  4. TableAbsorber not identifying tables without bo...

    Hello, I am converting a Word document to PDF and using TableAbsorber to manipulate tables in the resulting PDF. I have noticed when the table in the Word document has borders then TableAbsorber can identify it in the…...Page page in pdfWithBorder.Pages) { absorber.Visit(page);...Visit(page); foreach (AbsorbedTable pdfTable in absorber.TableList)...

    forum.aspose.com/t/tableabsorber-not-identifyin...
  5. 使用 C# 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    本页介绍使用 Aspose.PDF for .NET 库使用 PDF 文件中的图像的功能。...upperRightY = 200 ; var page = pdfDocument . Pages [ 1 ]; var imageStream...); page . Resources . Images . Add ( imageStream ); page . Contents...

    products.aspose.com/pdf/zh-hans/net/images/
  6. ThumbnailGeneratingOptions.generateFromFirstPag...

    ThumbnailGeneratingOptions.generateFromFirstPage property. Specifies whether to generate thumbnail from first Page of the document or first image....generate thumbnail from first page of the document or first image...will be generated from first page of the document. If value is...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Remove Annotations from PDF using Python

    Follow this article to remove annotations from PDF using Python. It has details for IDE settings, steps, and a sample code demonstrating PDF annotation remover using Python....Page Product Family Aspose.PSD Product...annotations from a particular page or delete the selected annotations...

    kb.aspose.com/pdf/python/remove-annotations-fro...
  8. How to Edit PDF Background Color using C#

    This article guides on how to edit PDF background color using C#. It shares the environment settings, a list of steps and a runnable sample code to change background color in PDF document using C#....Page Product Family Aspose.PSD Product...background of all the pages or selected pages based upon some criteria...

    kb.aspose.com/pdf/net/how-to-edit-pdf-backgroun...
  9. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one Page from PDF using C#....Page Product Family Aspose.PSD Product...basic application to crop a page in PDF using C# . This sample...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...
  10. How to Convert Word to Scanned PDF using C#

    This quick tutorial will guide you on how to convert Word to scanned PDF using C#. While using C# convert Word to scanned PDF using a few lines of code and simple API calls in any of the .NET Core based environments on Windows, macOS or Linux....Page Product Family Aspose.PSD Product...Document class object Convert the page ranges from the Word file and...

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