Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 213,381 for

new

(0.4 sec)
  1. Arabic text Issue in DOC file - Free Support Fo...

    Hi, we are facing below issue while inserting Arabic text with English in doc. As we are using below code to insert data in DOC. Document doc = New Document(); DocumentBuilder builder = New DocumentBuilder(doc); /…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...builder.Font.Name = "Courier New"; builder.Font.Size = 16; builder...

    forum.aspose.com/t/arabic-text-issue-in-doc-fil...
  2. 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...
  3. Გადაიყვანეთ 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...
  4. Გადაიყვანეთ 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...
  5. 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...
  6. Working with Gradient in XPS file | .NET

    How to add vertical, horizontal or linear gradient to an XPS file is a question answered by Aspose.Page API solution. Learn the functionality for .NET...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xps/working-with-gradi...
  7. 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...
  8. Saving File to Response Object with JavaScript ...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for JavaScript via C++....); // Create a new workbook (equivalent to new AsposeCells.Workbook()...JavaScript) const workbook = new Workbook (); // Simulate the...

    docs.aspose.com/cells/javascript-cpp/saving-fil...
  9. Aspose.Words compare incorrect since updating t...

    Hi there We use Aspose.Words to compare docx documents. This worked as expected until today when we performed our updates. After bisecting we discovered that this incorrect behavior started with Aspose.Words 25.6 The…...this using var leftStream = new FileStream("left.docx", FileMode...Read); using var rightStream = new FileStream("right.docx", FileMode...

    forum.aspose.com/t/aspose-words-compare-incorre...
  10. Drawing Ellipse in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....properties $create_options = new BmpOptions (); $create_options...$create_options -> setSource ( new StreamSource ( new ByteArrayInputStream...

    docs.aspose.com/imaging/java/drawing-ellipse-in...