Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 1,998 for

change image size

(0.09 sec)
  1. How to Add Header and Footer in PDF using Java

    This brief tutorial discusses how to add header and footer in PDF using Java. It covers the steps and the code snippet to demonstrate how using java add header and footer in PDF files....Imaging Product Family Aspose.BarCode...calls. Furthermore, you can change the text string in the header...

    kb.aspose.com/pdf/java/how-to-add-header-and-fo...
  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. How to Compress the PPTX Files Generated with A...

    Hi Aspose forum We want to use the following compression properties in our application.properties to compress our exported excel and ppt files but these properties do not seem to work. server.compression.enabled=true s…...min-response-size=2048 We came across OoxmlSaveOptions...compression levels cannot be changed – the file size is determined by the...

    forum.aspose.com/t/how-to-compress-the-pptx-fil...
  4. Aspose.Slides for OpenXML|Aspose.Slides Documen...

    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....Apply a theme to a presentation Change the fill color of a shape in...Dimension Render Slide As SVG Image Render Slide As thumbnail to...

    docs.aspose.com/slides/net/aspose-slides-for-op...
  5. Generate PDF from XML|Aspose.PDF for .NET

    Aspose.PDF for .NET provides several ways to convert an XML file into a PDF document requiring that the input XML file...."xsl-region-body" > <fo:block font-size= "16pt" font-weight= "bold".../> </fo:block> <fo:block font-size= "10pt" > <fo:table table-layout=...

    docs.aspose.com/pdf/net/generate-pdf-from-xml/
  6. 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/
  7. DWG to PDF Output Blurry - Free Support Forum -...

    Output of the conversion of a DWG file to A4 PDF using Aspose.CAD generates an unreadable file contents. Using the following code: using var Image = Aspose.CAD.Image.Load(“Drawing.dwg”); var pdfOptions = new PdfOption…...following code: using var image = Aspose.CAD.Image.Load(“Drawing.dwg”);...CadDrawTypeMode.UseObjectColor, }, }; image.Save(“Output_Aspose.pdf”, pdfOptions);...

    forum.aspose.com/t/dwg-to-pdf-output-blurry/324329
  8. Manage fonts within HTML

    Discover the world of fonts for HTML. From web-safe choices to custom @font-face integration, explore how fonts shape design and user experience....Imaging Product Solution Aspose.BarCode...Slides Product Solution Aspose.Imaging Product Solution Aspose.BarCode...

    docs.aspose.com/font/net/fonts-for-html/
  9. 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...
  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...