Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 222,973 for

new

(0.1 sec)
  1. Can I create a .docx and/or .odt without having...

    I there, we would like to create a .docx and/or .odt without fonts being present in our physical docker prod app. We know that .docx and .odt do not embed the font inside, and I was wondering if we can create a document …..."Arial", sans-serif, "Times New Roman", serif; font-size: 11pt;...throws Exception { var document = new com.aspose.words.Document(IOUtils...

    forum.aspose.com/t/can-i-create-a-docx-and-or-o...
  2. Გადაიყვანეთ PDF PNG C#

    გადაიყვანეთ PDF PNG C# ფორმატში კოდით. შეინახეთ PDF როგორც PNG C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/pdf...
  3. Converting EML to MSG produces a strange MSG fo...

    We have a conversion program that converts emails to PDF. When I export an email in Outlook as an MSG file, it converts to PDF without any problems. If I then convert the MSG file to EML using Aspose, I can also convert…...options MsgSaveOptions saveOpts = new MsgSaveOptions { // Preserve...options MsgSaveOptions opts = new MsgSaveOptions(); opts.setPr...

    forum.aspose.com/t/converting-eml-to-msg-produc...
  4. Detect Encoding|Documentation

    Learn how to control automatic character encoding detection when reading barcodes in Aspose.BarCode for Java....BarcodeGenerator generator = new BarcodeGenerator ( EncodeTypes...detection BarCodeReader reader = new BarCodeReader ( ExampleAssist...

    docs.aspose.com/barcode/java/developer-guide/ba...
  5. Გადაიყვანეთ JPG GIF C#

    გადაიყვანეთ JPG GIF C# ფორმატში კოდით. შეინახეთ JPG როგორც GIF C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...

    products.aspose.com/words/ka/net/conversion/jpg...
  6. Converting a TEXT file to PDF using PHP | Aspos...

    Sample code on PHP for TEXT to PDF conversion. Use example code for batch TEXT to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input Text file...// Create a new Document object. $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/tex...
  7. BookmarksOutlineLevelCollection | Aspose.Words ...

    A collection of individual bookmarks outline level in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); BookmarksOutlineLeve...

    reference.aspose.com/words/java/com.aspose.word...
  8. 以自定义二进制格式保存 3D 网格|Documentation

    Aspose.3D for Java API 支持打开任何受支持的 3D 文档,然后在二进制文件中写入网格。...load a 3D file Scene scene = new Scene ( MyDir + "test.fbx" );...writer = new DataOutputStream ( new BufferedOutputStream ( new FileOutputStream...

    docs.aspose.com/3d/zh/java/save-3d-meshes-in-cu...
  9. Fill.PresetTextured | Aspose.Words for .NET

    Discover the Fill PresetTextured method to effortlessly apply stunning preset textures, enhancing your designs with unique visual appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…... Create a new document : Initialize a new document to hold...(text content), add it to the new document and check if it exceeds...

    forum.aspose.com/t/move-figures-to-even-pages-a...