Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 1,034 for

doc to png

(0.04 sec)
  1. Нow to work with Aspose.SVG API – C# Examples

    The articles in this chapter provide the information you need To get started with the C# library and C# examples for processing SVG files....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/svg/net/how-to-work-with-aspose...
  2. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during page layout model build and rendering. Page layout model is built in two steps. First, "conversion step", this is when page layout pulls Document content and creates object graph. Second, "reflow step", this is when structures are split, merged and arranged inTo pages. Depending of the operation which triggered build, page layout model may or may not be further rendered inTo fixed page format. For example, computing number of pages in the Document or updating fields does not require rendering, whereas export To Pdf does in C++....PageLayoutCallback () { auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_LayoutOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. PdfImageCompression enumeration | Aspose.Words ...

    Aspose.Words.Saving.PdfImageCompression enumeration. Specifies the type of compression applied To images in the PDF file.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Jpeg...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ConverterContext | Aspose.Words for Java

    Document converter context in Java.... String doc = getMyDir() + "Big document...create(converterContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  5. Use French Culture from DATE Field Formatting P...

    Hi, When converting a DocX with French date fields To PDF. I noticed the formatting has been reset To English: Code: var Doc = new Document(@".\test.Docx"); Doc.Save(@".\test.pdf"); When I did the same in Word ‘save…...Code: var doc = new Document(@".\test.docx"); doc.Save(@".\test...look? test.zip (59.5 KB) image.png (8.5 KB) Thanks, MERGEFIELD number...

    forum.aspose.com/t/use-french-culture-from-date...
  6. Aspose::Words::Saving::ImageSaveOptions::get_Pi...

    Aspose::Words::Saving::ImageSaveOptions::get_PixelFormat method. Gets or sets the pixel format for the generated images in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. DocumentBase.ResourceLoadingCallback | Aspose.W...

    Optimize your DocumentBase with the ResourceLoadingCallback property for efficient control over external resource loading. Enhance performance Today!...ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...builder = new DocumentBuilder ( doc ); // Images usually are inserted...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveOptions class. Allows To specify additional options when rendering Document pages or shapes To images. To learn more, visit the Documentation article in C++.... Can be a raster Tiff , Png , Bmp , Jpeg or vector Emf ,...files used when saving to a DOC or DOCX file. By default this...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. ImageSaveOptions.PaperColor | Aspose.Words for ...

    Discover the ImageSaveOptions PaperColor property To easily cusTomize background colors for your generated images, enhancing visual appeal and uniqueness.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Times...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 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...