Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 2,065 for

change image size

(0.53 sec)
  1. Generate PDF from XML|Aspose.PDF for C++

    Aspose.PDF for C++ provides several ways to convert an XML file into a PDF document requiring that the input XML file....HtmlLoadOptions > (); // set page size to A5 options -> get_PageInfo..."xsl-region-body" > <fo:block font-size= "16pt" font-weight= "bold"...

    docs.aspose.com/pdf/cpp/generate-pdf-from-xml/
  2. Set Column Width to Scalable Unit like em or pe...

    Learn how to set column width to scalable units like em or percent in Aspose.Cells for JavaScript via C++. Improve the presentation of generated HTML tables.... The size of the columns is defined in...may be cases where this fixed size is not appropriate. For example...

    docs.aspose.com/cells/javascript-cpp/set-column...
  3. Working with Attachments and Embedded Objects|D...

    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....number of attachments but the size of the attachment is limited...example, does not support file sizes greater than 10MB. Try it out...

    docs.aspose.com/email/java/working-with-attachm...
  4. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…...Pdf); Images in the converted PDF File is...an-email-as-pdf/ but still images are zoomed in. Please provide...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...
  5. Create and Embed Excel Charts as OLE Objects Us...

    Migrate from Microsoft Office automation to Aspose.Slides for Java and embed Excel charts as OLE objects into PowerPoint (PPT, PPTX) slides in Java....Set the OLE size of the Excel Chart. Get an image of the chart...Replace the object changed image with the image obtained in step...

    docs.aspose.com/slides/java/create-and-embed-an...
  6. Public API Changes in Aspose.3D 1.7.0|Documenta...

    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....Public API Changes in Aspose.3D 1.7.0 Contents [ Hide ] Contents...class This document describes changes to the Aspose.3D API from version...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  7. Drawing Images using Graphics|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....Drawing Images using Graphics Contents [ Hide ] Drawing Images using...using Graphics With the Aspose.Imaging library you can draw simple...

    docs.aspose.com/imaging/java/drawing-images-usi...
  8. Drawing Images using Graphics|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....Drawing Images using Graphics Contents [ Hide ] Drawing Images using...using Graphics With the Aspose.Imaging library you can draw simple...

    docs.aspose.com/imaging/net/drawing-images-usin...
  9. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....md" ) Image ![](url) ![alt text](<url> “title”)...DocumentBuilder () # Insert image. shape = aw . drawing . Shape...

    docs.aspose.com/words/python-net/translate-mark...
  10. How to deal with huge attachment like cloud att...

    We have a requirement where need to get the cloud attachment and add as an attachment to MailMessage, below is the sample code, but with this we are running into OOM issue. Is there any way to add huge attachments? Samp…...we have cloud attachment of size 5gb (even for 500mb we get same...memory issues. Increase Java Heap Size : If you must attach large files...

    forum.aspose.com/t/how-to-deal-with-huge-attach...