Sort Score
Result 10 results
Languages All
Labels All
Results 6,081 - 6,090 of 164,066 for

new

(0.08 sec)
  1. IDocumentPartSavingCallback | Aspose.Words for ...

    Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to SaveFormat.HTML or SaveFormat.EPUB format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions(); // If we save...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose.PSD for Java 20.5 - 发行说明|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....ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea (); // ...ProgressEventHandler localProgressEventHa = new ProgressEventHandler () { @Override...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  3. How to create fillable PDF | Aspose.PDF

    Do you know how easily create a fillable PDF forms using C#? Create a fillable PDF forms with high quality using .NET PDF library....document Document pdfDocument = new Document ( dataDir + "TextField...textBoxField = new TextBoxField ( pdfDocument . Pages [ 1 ], new Aspose...

    products.aspose.com/pdf/tutorial/fillable-pdf/
  4. Convert PSD PSB or AI | products.aspose.com

    Convert Adobe PhotoShop & Illustrator files images and other formats...pdf", new PdfOptions()); image.Save(sourceFileName...Save(sourceFileName + ".jpg", new JpegOptions() { Quality = 75 }); image...

    products.aspose.com/psd/convert/
  5. Load and Extract Data | API Solution for .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save Tupe one fonts within .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/font/net/loading-saving-type1-f...
  6. 以编程方式保存 PDF 文档|Aspose.PDF for .NET

    了解如何在 C# Aspose.PDF for .NET PDF 库中保存 PDF 文件。将 PDF 文档保存到文件系统、流和 Web 应用程序中。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Make some manipation, i.g add new empty page document . Pages ...

    docs.aspose.com/pdf/zh/net/save-pdf-document/
  7. FindReplaceOptions class | Aspose.Words for Python

    aspose.words.replacing.FindReplaceOptions class. Specifies options for find/replace operations...FindReplaceOptions() Initializes a new instance of the FindReplaceOptions...FindReplaceOptions(direction) Initializes a new instance of the FindReplaceOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Presentation Header and Footer|Aspose.Slides fo...

    PowerPoint header and footer in JavaScript...Load Presentation var pres = new aspose . slides . Presentation...getTextFrame (). setText ( "HI there new header" ); } } } } Manage Header...

    docs.aspose.com/slides/nodejs-java/presentation...
  9. Aspose.pdf转图片卡住 - Free Support Forum - aspose.com

    using (Document pdf = New Document(sourcePath)) { Parallel.For(data.start_page, data.end_page + 1, x => { var width = (pdf.Pages[x].GetPageRect(true).Width * percentage).ToInt(); var height = (pdf.Pages[x].GetPageRe…...10:35am 1 using (Document pdf = new Document(sourcePath)) { Parallel...JpegDevice jpg = new JpegDevice(width, height, new Resolution(data...

    forum.aspose.com/t/aspose-pdf/312746
  10. Converting email to pdf - cutting off right sid...

    I’m having difficulty in converting an email to pdf format when it has embedded images. That is, when an email has embedded images and their sizes differ, right side of the larger image is being cut off. Is there any wa…...Dir); var wordLoadOptions = new Aspose.Words.LoadOptions() {...false; using (var mhtStream = new MemoryStream()) { mailMessage...

    forum.aspose.com/t/converting-email-to-pdf-cutt...