Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 222,946 for

new

(0.29 sec)
  1. HTML to PDF mixed page sizes - Free Support For...

    Is there any way to have mixed page sizes/orientations when creating a PDF from HTML? Our requirements demand that the first page be letter sized in portrait, and the subsequent pages be landscape mode (some with dynami…...outputStream = new MemoryStream()) using (var inputStream = new MemoryStream(Encoding...GetBytes(html ?? ""))) { var renderer = new Aspose.Html.Rendering.HtmlRenderer();...

    forum.aspose.com/t/html-to-pdf-mixed-page-sizes...
  2. 在 PS 文件中使用纹理 | Java

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/ps/working-with-te...
  3. Aspose.PSD for Java 19.4 - Release Notes|Docume...

    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....psd" ; PsdImage image = new PsdImage ( 200 , 200 ); try {...layer = null ; try { layer = new Layer (( RasterImage ) im );...

    docs.aspose.com/psd/java/aspose-psd-for-java-19...
  4. 使用 Java 版 API 转换 PostScript

    本文将通过代码片段讲解和演示 Aspose.Page API Java 解决方案中包含的 PS 到 TIFF 的转换功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/convert-ps/
  5. Перетворення PSD PSB або AI | products.aspose.com

    Перетворення файлів Adobe PhotoShop та Illustrator, зображення та інші формати...pdf", new PdfOptions()); image.Save(sourceFileName...Save(sourceFileName + ".jpg", new JpegOptions() { Quality = 75 }); image...

    products.aspose.com/psd/ua/convert/
  6. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/insert-image-in-aspose-word-...
  7. Unlock ZIP Password | Aspose.Zip Documentation

    Zip Java library lets you unlock the locked archive if password is half-forgotten. Provide password template and it will use Brute force attack on archive to unlock it....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/unlock-zip-password/
  8. FieldSkipIf.LeftExpression | Aspose.Words for .NET

    Discover the FieldSkipIf LeftExpression property, easily manage the left side of your comparison expressions for enhanced data control and flexibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...two pages. DataTable table = new DataTable ( "Employees" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Get XMP metadata from EPS file using JavaScript

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for JavaScript via C++ is explained and illustrated with the code here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/javascript-cpp/xmp-metadat...
  10. The Saved Result of a PPT Document Occasionally...

    Our code uses com.aspose.slides.ISlideCollection#addClone(com.aspose.slides.ISlide) to merge multiple pptx files, and then uses com.aspose.slides.Presentation#save(java.lang.String, int) to save the merged file. This log…...Presentation mergePpt = new com.aspose.slides.Presentation();...List<ISlideCollection> iSlides = new ArrayList<>(); if (!CollectionUtils...

    forum.aspose.com/t/the-saved-result-of-a-ppt-do...