Sort Score
Result 10 results
Languages All
Labels All
Results 5,771 - 5,780 of 188,056 for

page

(0.38 sec)
  1. Problem with IGS file - Free Support Forum - as...

    Good afternoon! I have an issue: when I try to convert an IGS file to PDF using Aspose.CAD for .NET, I only get an empty PDF with both height and width equal to int.minimum. Does anyone know what might be causing this pr…...are seeing an empty PDF whose page dimensions are reported as int...auto‑sizing logic may produce a page size of Int32.MinValue for both...

    forum.aspose.com/t/problem-with-igs-file/321105
  2. Converting a GIF file to PDF using Java | Aspos...

    GIF to PDF conversion via Java sample code. Programmers can use this example code to export GIF to PDF within any Web or Desktop Java based application....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. Repository <repository> <i...

    products.aspose.com/pdf/java/conversion/gif-to-...
  3. Watermark VDW document via Python | products.as...

    Python sample code to add watermark to VDW documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vdw" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-net/watermar...
  4. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python via C++....the text stamp to the first page of the document Save the document...stamp to particular page document . pages [ 1 ] . add_stamp (...

    products.aspose.com/pdf/python-cpp/stamps/text/
  5. Work with Office Add-ins in C#|Aspose.Words for...

    Aspose.Words for .NET provides various classes for working with Office Add-ins using C#. You can add Task Pane via web extension and customize the pane and extension properties.... What is this page about? This page explains how to work...results. Please refresh the page and try again....

    docs.aspose.com/words/net/work-with-office-add-...
  6. ReportBuilder.BuildReport | Aspose.Words for .NET

    Effortlessly create customized reports with ReportBuilder's BuildReport method, filling your template with data for professional results every time....GIF, JPEG, PNG, or WebP), each page of the output will be saved...GIF, JPEG, PNG, or WebP), each page of the output will be saved...

    reference.aspose.com/words/net/aspose.words.low...
  7. Working with Barcode Recognition in PHP|Documen...

    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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/barcode/java/working-with-barco...
  8. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF....Delete Images from a Particular Page of PDF (Facades) PdfContentEditor...method with three parameters: a page number, index of the image to...

    docs.aspose.com/pdf/java/working-with-image/
  9. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your document's background shape for enhanced visual appeal. Maximize your design potential!...a background shape for every page of a document. Document doc...ways of using this shape as a page background. // 1 - A flat color:...

    reference.aspose.com/words/net/aspose.words/doc...
  10. 使用 C++ 从 PDF 中删除表格 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式从 PDF 文件中删除表格...pdf" ); for ( auto page : document -> get_Pages ()) { auto absorber...TableAbsorber > (); absorber -> Visit ( page ); for ( auto table : absorber...

    products.aspose.com/pdf/zh-hans/cpp/table/remove/