Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 213,527 for

new

(0.7 sec)
  1. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word document to PDF using aspose words as follows: // Load the Word document Aspose.Words.Document doc = New Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.docm");…...Document doc = new Aspose.Words.Document(dir + ...Saving.PdfSaveOptions options = new Aspose.Words.Saving.PdfSaveOptions...

    forum.aspose.com/t/converting-word-to-pdf-creat...
  2. XlsxSaveOptions.CompressionLevel | Aspose.Words...

    Discover the XlsxSaveOptions CompressionLevel property to optimize document saving with customizable compression settings for efficient file management.... Document doc = new Document ( MyDir + "Shape with...XlsxSaveOptions xlsxSaveOptions = new XlsxSaveOptions (); xlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Create Access and Copy Named Ranges with JavaSc...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for JavaScript via C++....input const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/create-acc...
  4. 搜索

    搜索...(Presentation presentation = new Presentation()) { // Adds a smile...33 ; List< string > frames = new List< string >(); using ( var...

    blog.aspose.com/zh-hant/slides/convert-mp4-to-m...
  5. NodeList | Aspose.Words for Java

    Represents a collection of nodes matching an XPath query executed using the CompositeNode.selectNodesjava.lang.String method in Java....throws Exception { Document doc = new Document(getMyDir() + "Hyperlinks...FIELD_HYPERLINK) { Hyperlink hyperlink = new Hyperlink(fieldStart); // Hyperlinks...

    reference.aspose.com/words/java/com.aspose.word...
  6. Your First Aspose.3D Application|Documentation

    Create, edit and save your first 3d file in any supported formats using Aspose.3D for .NET to experience its simplicity and power in C#.... Create a new 3D file, or open an existing...Create a New Scene Document The following example creates a new 3D...

    docs.aspose.com/3d/net/your-first-aspose-3d-app...
  7. Issues when converting PDF to JPG - Free Suppor...

    Hello, I need to convert a PDF using Aspose.Imaging but always get an image with black background. This is my code: LoadOptions loadOptions = New LoadOptions { BufferSizeHint = 100, // Set buffer size hint to avoi…...code: LoadOptions loadOptions = new LoadOptions { BufferSizeHint...Pages[pageIndex]) { var jpegOptions = new Aspose.Imaging.ImageOptions.JpegOptions()...

    forum.aspose.com/t/issues-when-converting-pdf-t...
  8. Add properties in XMP metadata of EPS | Java

    The process of adding properties in XMP metadata of EPS file with Aspose.Page for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/add-prop...
  9. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library.... Create a new Visio file, or open an existing...existing Visio file. Create a new text box. Insert the words Hello...

    docs.aspose.com/diagram/python-java/your-first-...
  10. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...legend font. Document doc = new Document(getMyDir() + "Reporting...

    reference.aspose.com/words/java/com.aspose.word...