Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 181,228 for

page

(0.08 sec)
  1. 公共 API Aspose.Diagram 6.8.0 的变化|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....vsdx" ); // Get Visio page Page page = diagram . getPages ()...(). getPage ( "Page-1" ); // Initialize a new Layer class object...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  2. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for Java library allows to convert various images formats to PDF....document = new Document (); Page page = document . getPages ()...."Sample.bmp" ). toString ()); page . getParagraphs (). add ( image...

    docs.aspose.com/pdf/java/convert-images-format-...
  3. Set Image Size|Aspose.PDF for .NET

    This section describes how to set image size PDF file using C# library....Document ()) { // Add page var page = document . Pages . Add (); // Create...to the page page . Paragraphs . Add ( img ); // Set page properties...

    docs.aspose.com/pdf/net/set-image-size/
  4. Convert PDF to Image Formats in Go|Aspose.PDF f...

    This topic show you how to use Aspose.PDF for Go to convert PDF to various images formats e.g. TIFF, BMP, JPEG, PNG, SVG with a few lines of code....PDF document or some specific pages of a document as a set of images...demonstrates how to convert the first page of a PDF document into a JPEG...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-image...
  5. Insert Nested Fields in PHP|Aspose.Words for Java

    Insert Nested Fields using PHP....DocumentBuilder(doc); // Insert few page breaks (just for testing) $...insertBreak ( $ breakType -> PAGE_BREAK ); // Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  6. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for C++....a new PDF Document Add Page to pages collection of PDF file Add...to paragraphs collection of page instance Create Graph instance...

    docs.aspose.com/pdf/cpp/add-rectangle/
  7. SectionLayoutMode enumeration | Aspose.Words fo...

    aspose.words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing to define the document grid behavior....specific number of lines per page and characters per line. Characters...specified number of lines per page. SNAP_TO_CHARS Specifies that...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Add Pages in PDF with Python via C++|Aspose.PDF...

    This article teaches how to insert (add) a Page at the desired location PDF file in Python using C++....Add Pages in PDF with Python via C++ Contents [ Hide ] Insert...Insert Empty Page in a PDF File at Desired Location The code snippet...

    docs.aspose.com/pdf/python-cpp/add-pages/
  9. Removing Header and Footer|Aspose.Words for .NET

    Remove headers or footers from a document easily and fast instead of using VSTO in C#....Hide ] What is this page about? This page explains how to remove...is the footer used for odd pages. footer = section . HeadersFooters...

    docs.aspose.com/words/net/removing-header-and-f...
  10. Stamping|Aspose.PDF for Java

    This section describes how to add image stamps and text stamps to a PDF Page....Java: Add Image stamps in PDF page - add image stamp, control image...Add Page stamps in PDFs - add complex stamp based on page from...

    docs.aspose.com/pdf/java/stamping/