Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 188,091 for

page

(0.09 sec)
  1. Փոխարկել WORD TIFF Java

    Փոխարկեք WORD ը TIFF ձևաչափի Java կոդով: Պահեք WORD որպես TIFF օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...saveOptions.setPageSet( new PageSet (page)); doc.save(String.format( "Output_%d...

    products.aspose.com/words/hy/java/conversion/wo...
  2. Փոխարկել WORD Պատկեր Java

    Փոխարկեք WORD ը Պատկեր ձևաչափի Java կոդով: Պահեք WORD որպես Պատկեր օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/hy/java/conversion/wo...
  3. Working with PDF Documents using Go|Aspose.PDF ...

    This article describes to you what manipulations can be done with the document with Aspose.PDF for Go via C++ library....following: Optimize PDF - optimize page content, optimize file size...Optimize PDF Resources - optimize page content, optimize file size...

    docs.aspose.com/pdf/go-cpp/working-with-documents/
  4. ResourceSavingArgs.resourceFileUri property | A...

    ResourceSavingArgs.resourceFileUri property. Gets or sets the uniform resource identifier (URI) used to reference the resource file from the document....resource files exported to fixed page HTML, SVG or Markdown documents...file during export to fixed page HTML, SVG or Markdown format...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Sitefinity Export Users to Excel|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.... The login page can be reached at <http://www...Settings . The Basic Settings page appears. Click the Advanced...

    docs.aspose.com/cells/net/sitefinity-export-use...
  6. Remove Tables from PDF using C# | Aspose.PDF

    Remove tables from PDF file programmatically with C# sample code using Aspose.PDF for .NET...first page with absorber. Get first table on the page. Remove...absorber . Visit ( pdfDocument . Pages [ 1 ]); var table = absorber...

    products.aspose.com/pdf/net/table/remove/
  7. 使用 C++ 合并 PDF 到 PNG | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 PDF 文档合并为一个 PNG 单个文件...save document as image with page dimensions and resolution //...// process document page to image // load image from file, it...

    products.aspose.com/pdf/zh-hans/cpp/merger/pdf-...
  8. Aspose::Words::HeaderFooterType enum | Aspose.W...

    Aspose::Words::HeaderFooterType enum. Identifies the type of header or footer found in a Word file in C++....0 Header for even numbered pages. HeaderPrimary 1 Primary header...numbered pages. FooterEven 2 Footer for even numbered pages. FooterPrimary...

    reference.aspose.com/words/cpp/aspose.words/hea...
  9. Add Text to PDF Using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Add the TextParagraph to Page using TextBuilder. Save the...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment...

    products.aspose.com/pdf/net/text/
  10. ParagraphFormat.right_indent property | Aspose....

    ParagraphFormat.right_indent property. Gets or sets the value (in points) that represents the right indent for paragraph....will sit asymmetrically on the page. # The "center" that we align...text, not the middle of the page. paragraph_format = builder...

    reference.aspose.com/words/python-net/aspose.wo...