Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 217 for

region rendering

(0.03 sec)
  1. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment o…...them up to get the correct rendering on my side I made the following...HarfBuzzTextShaperFa.getInstance()); // Render the document to PDF format...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  2. Java Photoshop API | PSD and PSB Format Parsing...

    Create modify or convert PSD and PSB formats using this library within any Java application without requiring Photoshop software...Files Create, load, modify and render PSD & PSB document formats...compression, rotation, scaling or rendering one file format to another...

    products.aspose.com/psd/java/
  3. Replace Text in PDF using C++|Aspose.PDF for C++

    Learn how to replace text in a PDF file in C++ using Aspose.PDF, enabling quick document edits....Replace Text in particular page region In order to replace text in...in a particular page region, first, we need to instantiate TextFragmentAbsorber...

    docs.aspose.com/pdf/cpp/replace-text-in-pdf/
  4. Replace Text in PDF via Python|Aspose.PDF for P...

    Learn more about various ways of replacing and removing text from Aspose.PDF for Python via .NET library....Replace Text in particular page region In order to replace text in...in a particular page region, first, we need to instantiate TextFragmentAbsorber...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  5. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization....Replace Text in particular page region In order to replace text in...in a particular page region, first, we need to instantiate TextFragmentAbsorber...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  6. FAQ|Aspose.Words for Java

    Aspose.Words for Java answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....generate, modify, convert, render, and print documents without...the Technical Support page. Rendering a Document You can find more...

    docs.aspose.com/words/java/faq/
  7. Graphics | Aspose.PSD for Java API Reference

    Represents the graphics according to the graphics engine used in the current assembly....fillRegion(Brush brush, Region region) Fills the interior of a...a com.aspose.psd.region . getClass() getClip() Gets or sets the...

    reference.aspose.com/psd/java/com.aspose.psd/gr...
  8. Export PivotTable as image: source language not...

    Hello, I am using Aspose.Cells to export a pivot table to a PNG image. This works well, but some labels added automatically by Excel are not exported in the same language to the image. Here is my Excel source pivot ta…...Height * 72); var renderer = new SheetRender(asposeSheet...SheetRender(asposeSheet, options); renderer.ToImage(0, imagePath); Is there something...

    forum.aspose.com/t/export-pivottable-as-image-s...
  9. FAQ|Aspose.Words for .NET

    Aspose.Words for .NET answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....generate, modify, convert, render, and print documents without...the Technical Support page. Rendering a Document You can find more...

    docs.aspose.com/words/net/faq/
  10. Use French Culture from DATE Field Formatting P...

    Hi, When converting a DOCX with French date fields to PDF. I noticed the formatting has been reset to English: Code: var doc = new Document(@".\test.docx"); doc.Save(@".\test.pdf"); When I did the same in Word ‘save…...don’t think the date field region should rely on the document/application...might have date from different regions. If I set such setting in Aspose...

    forum.aspose.com/t/use-french-culture-from-date...