Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 5,968 for

shape rendering

(0.03 sec)
  1. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java....() Gets whether to convert shapes with EquationXML to Office...value) Sets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/java/com.aspose.word...
  2. Missing Features in VSTO|Aspose.Slides Document...

    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....Dimensions Presentation Locking Rendering Shapes on Slide as Images Code...

    docs.aspose.com/slides/net/missing-features-in-...
  3. Compress JPG In Python

    Compress JPG in Python without losing quality. Optimize JPG content, reduce file size easily....DocumentBuilder(doc) shape = builder.InsertImage( "Input...jpeg_quality = 50 shape.get_shape_renderer().save( "Output.jpg"...

    products.aspose.com/words/python-net/compress/jpg/
  4. Type 1 Fonts Knowledge Base | Aspose.Font

    Type 1 fonts excellent printing output. Font format that gives the timeless elegance and versatility of classic typography....allowing for smooth, precise rendering of characters at any size...smooth and precise character rendering at any size. May be subject...

    docs.aspose.com/font/net/what-is-font/type-1-font/
  5. Compress TIFF In Python

    Compress TIFF in Python without losing quality. Optimize TIFF content, reduce file size easily....DocumentBuilder(doc) shape = builder.InsertImage( "Input...TiffCompression.LZW shape.get_shape_renderer().save( "Output.tiff"...

    products.aspose.com/words/python-net/compress/t...
  6. Aspose::Words::Saving::FixedPageSaveOptions cla...

    Aspose::Words::Saving::FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc). To learn more, visit the documentation article in C++....determining how colors are rendered. get_CustomTimeZoneInfo ()...determining how 3D effects are rendered. virtual get_DmlEffectsRenderingM...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Შეკუმშოს TIFF C#

    შეკუმშოს TIFF C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ TIFF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....new DocumentBuilder(doc); var shape = builder.InsertImage( "Input...TiffCompression = TiffCompression.Lzw }; shape.GetShapeRenderer().Save( "Output...

    products.aspose.com/words/ka/net/compress/tiff/
  8. Node.js via Java PowerPoint API by Aspose.Slide...

    Aspose.Slides for Node.js via Java is a Node.js PowerPoint API that lets you create, modify, and convert PowerPoint presentations in Node.js....presentation elements such as slides, shapes, text, charts, tables, images... and many other formats. Rendering and printing presentations...

    products.aspose.com/slides/nodejs-java/
  9. Convert HTML to JPG – C# Examples and Online Co...

    Convert HTML to JPG in C# using Aspose.HTML API. Consider various HTML to JPG conversion scenarios in C# examples. Try online HTML Converter....enables you to customize the rendering process. You can specify the...This property sets the image rendering quality. Antialiasing is enabled...

    docs.aspose.com/html/net/convert-html-to-jpg/
  10. Compress DOC In Python

    Compress DOC in Python without losing quality. Optimize DOC content, reduce file size easily....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/python-net/compress/doc/