Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 12,118 for

doc to png

(0.1 sec)
  1. გადაიყვანეთ TIFF WORD - C++

    გადაიყვანეთ TIFF WORD ფორმატში C++ კოდით. შეინახეთ TIFF როგორც WORD C++....განაახლეთ შეკვეთა მხარდაჭერა Docs API მითითება ცოცხალი დემო კოდის...ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...

    products.aspose.com/words/ka/cpp/conversion/tif...
  2. Aspose::Words::Saving::PdfImageCompression enum...

    Aspose::Words::Saving::PdfImageCompression enum. Specifies the type of compression applied To images in the PDF file in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Jpeg...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Merge HTML to Image in Python | products.aspose...

    Merge HTML To image in Python. Use Python library API To combine HTML To image...manipulate presentations, HTML docs, and other files. When you merge...) bmp . save( "Slide_ {num} .png" . format(num = str(sld . slide_number))...

    products.aspose.com/slides/zh/python-net/merge/...
  4. Merge HTML to Image in Java | products.aspose.com

    Merge HTML To image in Java. Use Java library API To combine HTML To image...manipulate presentations, HTML docs, and other files. When you merge...bufferedImage , "PNG" , new File ( "image_java_" + index + ".png" )); }...

    products.aspose.com/slides/zh-hant/java/merger/...
  5. OfficeMath.GetMathRenderer | Aspose.Words for .NET

    OfficeMath GetMathRenderer method. Creates and returns an object that can be used To render this equation inTo an image in C#.... Document doc = new Document ( MyDir + "Office...OfficeMath math = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  6. PdfImageColorSpaceExportMode Enum | Aspose.Word...

    Aspose.Words.Saving.PdfImageColorSpaceExportMode enum. Specifies how the color space will be selected for the images in PDF Document in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Jpeg...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Edit MARKDOWN In Java

    Edit MARKDOWN in Java code....*; Document doc = new Document ( "Input.md" );...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/markdown/
  8. ResourceLoadingAction Enum | Aspose.Words for .NET

    Aspose.Words.Loading.ResourceLoadingAction enum. Specifies the mode of resource loading in C#....ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...builder = new DocumentBuilder ( doc ); // Images usually are inserted...

    reference.aspose.com/words/net/aspose.words.loa...
  9. IResourceLoadingCallback | Aspose.Words for Java

    Implement this interface if you want To control how Aspose.Words loads external resource when importing a Document and inserting images using DocumentBuilder in Java....Exception { Document doc = new Document(); doc.setResourceLoadingCa(new...builder = new DocumentBuilder(doc); // Images usually are inserted...

    reference.aspose.com/words/java/com.aspose.word...
  10. Export PDF to POT in Android | products.aspose.com

    Android API To Convert PDF To POT without using Microsoft Word...// open PDF document Document doc = new Document ( "input.pdf"...to disk in PNG format ImageIO . write ( image , "PNG" , new java...

    products.aspose.com/total/android-java/conversi...