Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 228,109 for

new

(0.09 sec)
  1. GraphicsQualityOptions.CompositingQuality | Asp...

    Discover the GraphicsQualityOptions CompositingQuality property to enhance your image rendering. Optimize composited images for stunning visual quality!... Document doc = new Document ( MyDir + "Rendering...GraphicsQualityOptio qualityOptions = new GraphicsQualityOptio { SmoothingMode...

    reference.aspose.com/words/net/aspose.words.sav...
  2. GraphicsQualityOptions.CompositingMode | Aspose...

    Discover the GraphicsQualityOptions CompositingMode property to optimize how images are rendered, enhancing your graphics performance and quality.... Document doc = new Document ( MyDir + "Rendering...GraphicsQualityOptio qualityOptions = new GraphicsQualityOptio { SmoothingMode...

    reference.aspose.com/words/net/aspose.words.sav...
  3. GraphicsQualityOptions.SmoothingMode | Aspose.W...

    Discover the GraphicsQualityOptions SmoothingMode property to enhance your rendering quality and elevate your graphics performance effortlessly.... Document doc = new Document ( MyDir + "Rendering...GraphicsQualityOptio qualityOptions = new GraphicsQualityOptio { SmoothingMode...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 将PDF转换为图像格式|Aspose.PDF for PHP via Java

    本主题向您展示如何使用Aspose.PDF将PDF转换为各种图像格式。通过几行代码将PDF页面转换为PNG、JPEG、BMP图像。... // 加载 PDF 文档 $document = new Document ( $inputFile ); // 创建一个新的...TiffSettings 对象 $tiffSettings = new devices_TiffSettings (); // 取消注释以下行以自定义...

    docs.aspose.com/pdf/zh/php-java/convert-pdf-to-...
  5. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for PHP via Java and speed up presentation editing and data updates....the Presentation class $pres = new Presentation ( "table.pptx" );...if ( java_instanceof ( $shp , new JavaClass ( "com.aspose.slides...

    docs.aspose.com/slides/php-java/manage-rows-and...
  6. Text with Custom Fonts Is Rendered as Blank on ...

    When we try to convert a presentation that has some text with a custom font, the text in the resulting PDF is rendered as blank. We use In-Memory fonts to load the corresponding custom font. Works fine on windows, but wh…...following way DocumentLevelFontSou = new FontSources { MemoryFonts = fonts...{fontContent.Length})"); var fonts = new byte[][] { fontContent }; FontsLoader...

    forum.aspose.com/t/text-with-custom-fonts-is-re...
  7. HtmlLoadOptions.WebRequestTimeout | Aspose.Word...

    Discover HtmlLoadOptions' WebRequestTimeout property, allowing you to customize timeout settings for optimal web performance. Default, 100 seconds....png" ; // Create a new HtmlLoadOptions object and verify...request. HtmlLoadOptions options = new HtmlLoadOptions (); // When loading...

    reference.aspose.com/words/net/aspose.words.loa...
  8. 管理约会:创建与操作,将 ICS 转换为 MSG|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....class Appointment appointment = new Appointment ( "Meeting Room 3...availability." , // Description new DateTime ( 2015 , 2 , 8 , 13...

    docs.aspose.com/email/zh/net/create-and-manipul...
  9. 在 Android 上管理演示文稿中的项目符号和编号列表|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android via Java 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。...Presentation presentation = new Presentation (); try { ISlide...clear (); Paragraph paragraph1 = new Paragraph (); paragraph1 . getParagraphFormat...

    docs.aspose.com/slides/zh/androidjava/manage-li...
  10. Joining And Appending in PHP|Aspose.Words for Java

    Joining And Appending Documents using PHP.... Php Code $ dstDoc = new Java ( "com.aspose.words.Document"...Destination.doc" ); $ srcDoc = new Java ( "com.aspose.words.Document"...

    docs.aspose.com/words/java/joining-and-appendin...