Sort Score
Result 10 results
Languages All
Labels All
Results 5,001 - 5,010 of 7,448 for

doc to png

(0.17 sec)
  1. TxtLoadOptions | Aspose.Words for Java

    Allows To specify additional options when loading LoadFormat.TEXT Document inTo a Document object in Java....com/\n" + "https://docs.aspose.com/words/net/\n"; try...setDetectHyperlinks(true); Document doc = new Document(stream, loadOptions);...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a generic greeting...

    reference.aspose.com/words/java/com.aspose.word...
  3. 档案

    档案...// 创建 Document 类的对象 Document doc = new Document (); // 初始化 Page...// 添加页面节点 doc . appendChildLast ( page ); // 保存文档 doc . save (...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  4. PdfSaveOptions.interpolate_images property | As...

    PdfSaveOptions.interpolate_images property. A flag indicating whether image interpolation shall be performed by a conforming reader... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_image (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Latest Aspose.OCR Product Family topics - Free ...

    Get technical support of Aspose.OCR for .NET, Java, and C++....January 14, 2025 After converting Doc to Searchable PDF. Text is truncating...October 18, 2024 OCR convert jpg, png or TIFF output to text is unreadable...

    forum.aspose.com/c/ocr/16
  6. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_SourceFullName method. Gets or sets the location of the picture using an IRI in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are two similar field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. FieldAutoText | Aspose.Words for Java

    Implements the AUToTEXT field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldAutoNum | Aspose.Words for Java

    Implements the AUToNUM field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Each AUTONUM field displays...

    reference.aspose.com/words/java/com.aspose.word...
  9. PageLayoutEvent | Aspose.Words for Java

    A code of event raised during page layout model build and rendering in Java....Exception { Document doc = new Document(); doc.getBuiltInDocumentPr()...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.getLayoutOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  10. HtmlSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java.... Document doc = new Document(getMyDir() + "Rendering...setImagesFolder(imagesDir.getPath()); doc.save(getArtifactsDir() + "HtmlSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...