Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 181,424 for

page

(0.17 sec)
  1. ResourceSavingArgs.ResourceFileName | Aspose.Wo...

    Manage your resources efficiently with ResourceSavingArgs. Easily set or retrieve the file name for saving resources without the hassle of paths....generated during export to fixed page HTML, SVG or Markdown. When...resource when exporting to fixed page HTML, SVG or Markdown format...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PDF containing emojis converts to image very sl...

    Hi Aspose Team, I am using Aspose.PDF.Drawing 25.4.0. When I run the following code: using var converter = new Aspose.Pdf.Facades.PdfConverter(); converter.GetNextImage(imagePath, ImageFormat.Png, 300); // this step t…...you see when converting PDF pages that contain emojis is caused...time from several seconds per page to a few hundred milliseconds...

    forum.aspose.com/t/pdf-containing-emojis-conver...
  3. Document.Sections | Aspose.Words for .NET

    Explore the Document Sections property to access a complete collection of all document sections, enhancing your content organization and navigation....Starts the next section on a new page: builder . InsertBreak ( BreakType...next section on the current page: builder . InsertBreak ( BreakType...

    reference.aspose.com/words/net/aspose.words/doc...
  4. 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...
  5. Aspose.Words for CMS|Aspose.Words for .NET

    Integrating Aspose.Words for .NET with content management systems using C#....Hide ] What is this page about? This page describes how to use...results. Please refresh the page and try again....

    docs.aspose.com/words/net/aspose-words-for-cms/
  6. Convert PNG to PDF|Aspose.PDF for Android via Java

    This article shows how to convert PNG to PDF with Aspose.PDF library in your Android via Java applications. You can convert PNG images to PDF format using simple steps....Create new document and add Page Set page dimensions Save output file...document = new Document (); Page page = document . getPages ()....

    docs.aspose.com/pdf/androidjava/convert-png-to-...
  7. Redact PDF using Python | Aspose.PDF

    Redact PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... pages . accept ( textFragmentAbsorber...textFragmentCollecti : page = textFragment . page annotationRectangle...

    products.aspose.com/pdf/python-net/redaction/
  8. Visio File Developer NET C# | products.aspose.com

    C# source code to develop in visio file on .NET Framework, .NET Core, Mono Platforms....Visio Files Drawing geomtry in Pages. Instantiating a Diagram object...file with full path.) Select Page via its index. Use the ConnectShapesViaConn...

    products.aspose.com/diagram/net/developer/
  9. Convert TEXT To JPG Javascript

    Convert TEXT to JPG format in JavaScript code. Save TEXT as JPG using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/conversion...
  10. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...GetNotifications () method of Page class as follows, in order to...Document doc = new Document (); Page page = doc . getPages (). add ();...

    docs.aspose.com/pdf/java/determine-line-break/