Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 223,077 for

new

(0.31 sec)
  1. 创建复杂的PDF|Aspose.PDF for Java

    Aspose.PDF for Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...初始化文档对象 Document document = new Document (); // 添加页面 Page page...imageStream = new java . io . FileInputStream ( new java . io ....

    docs.aspose.com/pdf/zh/java/complex-pdf-example/
  2. ResourceSavingArgs | Aspose.Words for Java

    Provides data for the IResourceSavingCallback.resourceSavingcom.aspose.words.ResourceSavingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Bullet...FontSavingCallback callback = new FontSavingCallback(); HtmlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  3. Bibliography | Aspose.Words for Java

    Represents the list of bibliography sources available in the document in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  4. Working with Shapes in PS file | Java

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-shapes/
  5. Aspose.Email modifies X500 addresses in sender/...

    In the case that there are X500 addresses used in the sender and recipient headers, Aspose will postprocess them (???): "Aspose" when { "i use X500 addresses" should { "pass them through to MIME verbatim" in…...verbatim" in { val mapiMessage = new MapiMessage() mapiMessage.se...toMailMessage(new MailConversionOption()) val baos = new ByteArrayOutputStrea()...

    forum.aspose.com/t/aspose-email-modifies-x500-a...
  6. TextColumnCollection | Aspose.Words for Java

    A collection of TextColumn objects that represent all the columns of text in a section of a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldInfo.info_type property | Aspose.Words for...

    FieldInfo.info_type property. Gets or sets the type of the document property to insert....corresponding built-in property with the new value. field = builder . insert_field...info_type = 'Comments' field . new_value = 'New comment' field . update...

    reference.aspose.com/words/python-net/aspose.wo...
  8. JsonDataSource Class | Aspose.Words for .NET

    Unlock powerful reporting with Aspose.Words.Reporting.JsonDataSource. Easily access JSON data for seamless integration into your reports....JsonDataSource ( Stream ) Creates a new data source with data from a...JsonDataSource ( string ) Creates a new data source with data from a...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Modify the content of pdf based on header - Fre...

    Hello, Currently what we are doing: We have our data in HTML format. So we are generating pdf from html. We are using Converter.ConvertHTML from Aspose.HTML. Also, we have pdf headers and footers in HTML form. What we…...What we want now Now, we have a new ask such that each page might...document Document document = new Document(inputPdfPath); for (int...

    forum.aspose.com/t/modify-the-content-of-pdf-ba...
  10. Unable to convert a web-page content to pdf - S...

    Hi! I have the following URL of a web page that I want to convert to PDF: https://www.theverge.com/2023/1/16/23557098/generative-ai-art-copyright-legal-lawsuit-stable-diffusion-midjourney-deviantart/ I also have some c…...var url = new Url($"{link}"); var pdfSaveOptions = new Aspose.Html...too, same error var options = new HtmlLoadOptions(link) { PageInfo...

    forum.aspose.com/t/unable-to-convert-a-web-page...