Sort Score
Result 10 results
Languages All
Labels All
Results 7,341 - 7,350 of 188,041 for

page

(1.16 sec)
  1. Watermark VSSX document via Python | products.a...

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

    products.aspose.com/diagram/python-java/waterma...
  2. Watermark VSS document via Python | products.as...

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

    products.aspose.com/diagram/python-java/waterma...
  3. Aspose.Words Convert Docx to HTML Header missin...

    Hello. We have tried converting the following document to html: docHeaderOnly.docx (53.2 KB) We are using latest version of [Aspose.Words 25.6.0], in .net8. The code used is the following: var docxFilePath = "docHead…...headers/footers, but different first page, you can use following code...SaveFormat.Html }; // Save each page as separate HTML. for (int i...

    forum.aspose.com/t/aspose-words-convert-docx-to...
  4. Restricting Access to Type Members in C#|Aspose...

    Learn how to restrict access of a template author to members of types sensitive using LINQ in C#.... What is this page about? This page explains how to restrict...results. Please refresh the page and try again....

    docs.aspose.com/words/net/restricting-access-to...
  5. Extract Images using PdfExtractor|Aspose.PDF fo...

    This section explains how to extract Images with Aspose.PDF Facades using PdfExtractor Class....Extract Images from a Particular Page of a PDF (Facades) You can extract...extract images from a particular page of a PDF file. In order to do...

    docs.aspose.com/pdf/net/extract-images/
  6. Using DocumentBuilder to Modify a Document|Aspo...

    Use the document builder to modify a document easily in Java.... Page Setup and Section Formatting Page setup and section...The object contains all the page setup attributes of a section...

    docs.aspose.com/words/java/using-documentbuilde...
  7. Support for Editable Charts|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.... This page consolidates the most frequently...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/reportingservices/support...
  8. Insert ActiveX Control into Visio via .NET | pr...

    C# source code to insert ActiveX Control into Visio on .NET Framework, .NET Core, Mono Platforms....) Select Page via its index. Use the AddActiveXControl...ActiveX Control in the selected page Save Diagram in Vsdx format...

    products.aspose.com/diagram/net/developer/inser...
  9. Several PDF Into SVG C#

    Merge multiple PDF into SVG in C# code. Save PDF as SVG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/pdf-to-svg/
  10. Several DOC Into PNG C#

    Merge multiple DOC into PNG in C# code. Save DOC as PNG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/doc-to-png/