Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 213,074 for

new

(0.23 sec)
  1. Quick Start|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....lic" ; License license = new License (); license . setLicense...licensePath ); BarCodeReader reader = new BarCodeReader ( fileName , DecodeType...

    docs.aspose.com/barcode/androidjava/quick-start/
  2. 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...
  3. Merge OBJ File Formats via .NET | products.aspo...

    C# source code to load, render and Merge OBJ documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/obj/
  4. Merge U3D File Formats via .NET | products.aspo...

    C# source code to load, render and Merge U3D documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/u3d/
  5. AiModel.setApiKey method | Aspose.Words for Nod...

    AiModel.setApiKey method. Sets a specified API key to the model.... let firstDoc = new aw . Document ( base . myDir...document.docx" ); let secondDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PSB Pienennä kokoa Ratkaisu | products.aspose.com

    Pienennä PSD-tiedostojen kokoa...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/fl/reduce-size/psb/
  7. PSD PSB Compress Solution | products.aspose.com

    Compress Adobe Photoshop images to reduce files sizes...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/compress/
  8. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties class. A collection of custom document properties. To learn more, visit the documentation article in C++....const System::String&) Creates a new custom document property of the...System::String&, int32_t) Creates a new custom document property of the...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. 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...
  10. Format Table in Document|Aspose.Words for Java

    Format table inside a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Create a new document from scratch XWPFDocument doc = new XWPFDocument...

    docs.aspose.com/words/java/format-table-in-docu...