Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 181,806 for

page

(0.29 sec)
  1. VbaModuleCollection.Item | Aspose.Words for .NET

    Access VbaModule objects effortlessly with the VbaModuleCollection Item property. Enhance your VBA projects with easy indexing and improved management....Name} signed; Project code page: {vbaProject.CodePage}; Modules...Name} not signed; Project code page: {vbaProject.CodePage}; Modules...

    reference.aspose.com/words/net/aspose.words.vba...
  2. Copy Inner and Outer Field|Aspose.PDF for Java

    This section explains how to copy inner and outer Field with com.aspose.pdf.facades using FormEditor Class....coordinates, on the specified page. This method requires the field...the new field name, and the page number at which the field needs...

    docs.aspose.com/pdf/java/copy-inner-and-outer-f...
  3. System displaying invalid character in the chin...

    When rendering the pdf document the watermark text of chinese text showing incorrect word in the textstamp. sampledoc.pdf (222.5 KB) sample.png (13.6 KB) Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(“C:\…...Top; foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...Top; foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...

    forum.aspose.com/t/system-displaying-invalid-ch...
  4. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....you can split the document at page breaks and heading paragraphs...it falls under two criteria: PAGE_BREAK and HEADING_PARAGRAPH...

    reference.aspose.com/words/java/com.aspose.word...
  5. 创建 AcroForms - 在 PHP 中创建可填写的 PDF|Aspose.PDF for...

    本节解释如何使用 Aspose.PDF for PHP via Java 从头开始在 PDF 文档中创建 AcroForms。...new Document ( $inputFile ); $page = $document -> getPages () ->...$textBoxField = new TextBoxField ( $page , new Rectangle ( 110 , 300...

    docs.aspose.com/pdf/zh/php-java/create-forms/
  6. Remove Tables from existing PDF|Aspose.PDF for ...

    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....successfully finds tables on the page, it becomes capable to remove...TableAbsorber () # Visit first page with absorber absorber . visit...

    docs.aspose.com/pdf/python-net/remove-tables-fr...
  7. Encountering an error while generating a PDF wi...

    System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument …...Page.Accept( , RectangleF , Boolean...HtmlFragment. (RectangleF , , Page , RectangleF ) at Aspose.Pdf...

    forum.aspose.com/t/encountering-an-error-while-...
  8. Aspose::Words::Fields::FieldTA class | Aspose.W...

    Aspose::Words::Fields::FieldTA class. Implements the TA field. To learn more, visit the documentation article in C++....apply bold formatting to the page number for the entry. get_IsDirty...apply italic formatting to the page number for the entry. get_IsLocked...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Convert HTML To Image C++

    Convert HTML to Image format in C++ code. Save HTML as Image using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/html-t...
  10. Convert WORD To PNG C++

    Convert a Word document to PNG format in C++ code. Save a Word document as PNG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/word-t...