Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 2,077 for

change image size

(0.07 sec)
  1. How to Convert EPS File to PDF in Python

    This quick guide covers how to convert EPS file to PDF in Python. It explains the environment setup, and step-by-step algorithm, followed by a running code snippet to render EPS to PDF in Python....Imaging Product Family Aspose.BarCode...summarize the rendering process to change EPS to PDF in Python . It covers...

    kb.aspose.com/pdf/python/how-to-convert-eps-to-...
  2. 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...
  3. Сreate Custom Barcodes with IBarcodeGenerator|D...

    How to create custom barcodes from MS Word documents with IBarcodeGenerator, Aspose.Words and Aspose.BarCode...converting built-in barcodes into images as a result of saving an MS...embedded into Word documents into images. It gets barcode properties...

    docs.aspose.com/barcode/net/how-to-create-custo...
  4. 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
  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. 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...
  7. 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...
  8. 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/
  9. 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/
  10. How to Edit PDF Document using C#

    This short guide describes how to edit PDF document using C#. It has the details to set the IDE, a list of steps and a runnable sample code to edit PDF doc using C#....Imaging Product Family Aspose.BarCode...the foreground color and font size, and save to the memory stream...

    kb.aspose.com/pdf/net/how-to-edit-pdf-document-...