Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 6,677 for

doc to png

(0.13 sec)
  1. FieldPrintDate | Aspose.Words for Java

    Implements the PRINTDATE field in Java.... Document doc = new Document(getMyDir() + "Field...FieldPrintDate field = (FieldPrintDate) doc.getRange().getFields().get(0);...

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

    Implements the DDEAUTo field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three types of...

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

    Implements the TC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a TOC field, which...

    reference.aspose.com/words/java/com.aspose.word...
  4. Issue Text : Box child can not be null - Free S...

    Hi, i have generating the pdf dynamically using c#. After appending the data To Document, try To save the Document using Document.save or memory stream. During the time i have facing the below issue. Box child can not …...pdf"); var doc = new Document(); var page = doc.Pages.Add();...HtmlFragment(queshtml)); } if (doc.Pages.Count > 0) { doc.Save(outputPath);...

    forum.aspose.com/t/issue-text-box-child-can-not...
  5. 通過 C++ 應用程序將 MPX 轉換為 PNG

    MPX 文檔到 Png 格式的示例 C++ 轉換代碼。在任何 C++ 應用程序中使用示例代碼將 MPX 批量轉換為 Png。...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    products.aspose.com/tasks/zh-hant/cpp/conversio...
  6. Aspose::Words::Saving::OoxmlSaveOptions class |...

    Aspose::Words::Saving::OoxmlSaveOptions class. Can be used To specify additional options when saving a Document inTo the Docx, Docm, Dotx, Dotm or FlaTopc format. To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default this...document to adhere to. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. ShapeMarkupLanguage | Aspose.Words for Java

    Specifies Markup language used for the shape in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If we configure compatibility...

    reference.aspose.com/words/java/com.aspose.word...
  8. PdfSaveOptions.preblend_images property | Aspos...

    PdfSaveOptions.preblend_images property. Gets or sets a value determining whether or not To preblend transparent images with black background color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) img = drawing . Image . from_file...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Stroke.image_bytes property | Aspose.Words for ...

    Stroke.image_bytes property. Defines the image for a stroke image or pattern fill.... doc = aw . Document ( file_name =...pattern border.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a Document inTo fixed page formats PDF XPS images etc in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Page 1.");...

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