Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 214,341 for

new

(0.16 sec)
  1. DocumentBuilder.endRow method | Aspose.Words fo...

    DocumentBuilder.endRow method. Ends a table row in the document....then the table continues on a new row. Use the DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Set Default Font Name|Aspose.PDF for .NET

    This section describes how to set the default font name during the conversion process from PDF to image....DefaultFontName is set to null the Times New Roman font will be used. The...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/set-default-font-name/
  3. Issues Compiling LaTeX Document with BibTeX Usi...

    Hi everyone, I’m having trouble compiling a LaTeX document with BibTeX using Aspose.TeX. Here are the details of my setup and the issues I’m encountering: Setup: LaTeX Document: My LaTeX document includes the biblate…...OutputWorkingDirecto = new OutputFileSystemDire(RunExamples...format. options.SaveOptions = new PdfSaveOptions(); // Run LaTeX...

    forum.aspose.com/t/issues-compiling-latex-docum...
  4. SVG to PDF Merge using C# | Aspose.PDF

    Combine two or more SVG documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add SVG file to new page...

    products.aspose.com/pdf/net/merger/svg-to-pdf/
  5. EPUB to PDF Merge using C# | Aspose.PDF

    Combine two or more EPUB documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add EPUB file to new PDF...

    products.aspose.com/pdf/net/merger/epub-to-pdf/
  6. PNG to PDF Merge using C++ | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PNG file to new page...

    products.aspose.com/pdf/cpp/merger/png-to-pdf/
  7. 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...
  8. 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...
  9. Გადაიყვანეთ 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...
  10. Გადაიყვანეთ 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...