Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 10,515 for

scaling

(1.8 sec)
  1. Manage PowerPoint Text Paragraphs in JavaScript...

    Master paragraph formatting with Aspose.Slides for Node.js via Java—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in JavaScript....previous approach by adding scaling factors to the paragraph image...and saved as an image with a scaling factor of 2 . This allows for...

    docs.aspose.com/slides/nodejs-java/manage-parag...
  2. Worksheet Views|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....set a worksheet’s zoom or scaling factor. This feature helps...

    docs.aspose.com/cells/cpp/worksheet-views/
  3. Incorrect Rendering of EQ Field with Center-Ali...

    Description When exporting a DOCX that contains a Word EQ field using the below syntax, Aspose.Words renders the result differently from Microsoft Word 2010. Field Equation Example { EQ \b\bc({content}) } Expected Res…...handles glyph shaping and scaling within this EQ field construct...

    forum.aspose.com/t/incorrect-rendering-of-eq-fi...
  4. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++....with C++ Calculate Page Setup Scaling Factor with C++ Analyzing your...

    docs.aspose.com/cells/cpp/how-to-set-print-area/
  5. Timeout when using Aspose.SVG.Drawing.SkiaSharp...

    I am attempting to convert SVG images to compressed JPG images. I started by using Aspose.SVG, and implemented a method to do just that. It is rather slow, but it did manage to make some decent jpg compressions. Howeve…...resolution first and then scaling up if needed. Next Steps :...

    forum.aspose.com/t/timeout-when-using-aspose-sv...
  6. Aspose.Imaging Product Family

    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....geometric transformations such as scaling, rotation and flipping. A demanding...

    docs.aspose.com/imaging/
  7. Convert TIFF to SVG – C# code and Online Vector...

    TIFF to vector online or in C#. Convert TIFF to SVG and get all advantages of vector graphics. Try Online Image Vectorizer for free!...have a set of advantages: scaling, small file size, animation...with color gradients; scale - or scaling factor - configurable...

    products.aspose.com/svg/net/vectorization/tiff-...
  8. What is an SVG File? – Pros, Cons, XML Code

    Learn more about SVG files with Aspose.SVG. SVGs can be resized without losing resolution, making them ideal for online graphics and web design.... As a result, SVGs can be scaled infinitely without losing quality...feature in SVG that controls the scaling and positioning of graphics...

    docs.aspose.com/svg/net/what-is-an-svg-file/
  9. 使用 C++ 设置页面选项|Documentation

    本文提供示例代码,以使用 C++ API 编程方式设置 Excel 工作表的页面选项。您可以设置页面方向、缩放比例、适应页面选项、纸张大小、打印质量和首页编号。... Get ( 0 ); // Set the scaling factor to 100 worksheet . GetPageSetup..."ScalingFactor_out.xls" ); std :: cout << "Scaling factor set successfully!" <<...

    docs.aspose.com/cells/zh/cpp/setting-page-options/
  10. 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…...double scale = maxWidth / shape.Width; shape.Width *= scale; shape...shape.Height *= scale; } } } margarita.samodurova February 26,...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...