Sort Score
Result 10 results
Languages All
Labels All
Results 9,891 - 9,900 of 214,071 for

new

(0.14 sec)
  1. Managing TextBox with Node.js via C++|Documenta...

    Learn how to manage TextBox in Excel using Aspose.Cells for Node.js via C++....example shows how to: Create a new workbook. Add a TextBox shape...correctly // Create a new workbook let workbook = new Cells . Workbook...

    docs.aspose.com/cells/nodejs-cpp/managing-textb...
  2. SvgSaveOptions.ResourcesFolder | Aspose.Words f...

    Discover how to set the ResourcesFolder in SvgSaveOptions for efficient image storage when exporting documents to SVG format. Optimize your workflow today!...SvgResourceFolder () { Document doc = new Document ( MyDir + "Rendering...); SvgSaveOptions options = new SvgSaveOptions { SaveFormat =...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Filter Defined Names while loading Workbook wit...

    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....the load options let opts = new AsposeCells . LoadOptions ();...names opts . setLoadFilter ( new AsposeCells . LoadFilter ( ~...

    docs.aspose.com/cells/nodejs-cpp/filter-defined...
  4. PdfTextCompression | Aspose.Words for Java

    Specifies a type of compression applied to all content in the PDF file except images in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PDF. PdfSaveOptions options = new PdfSaveOptions(); // Set the...

    reference.aspose.com/words/java/com.aspose.word...
  5. Utilizzo codifica ANSI e non Identity-H in conv...

    Buongiorno, in fase di conversione da docx a PDF utilizzando la compliance con PDF_UA i font utilizzati all’interno del PDF prodotto risultano con codifica ANSI. Com’è possibile forzare la codifica Identity-H? Grazie M…...Saving; Document doc = new Document("input.docx"); // Imposta...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/utilizzo-codifica-ansi-e-non...
  6. Generate Thumbnail of the Worksheet with Node.j...

    Learn how to generate a thumbnail image from a worksheet using Aspose.Cells for Node.js via C++. Create small images for previews in documents and presentations....xlsx" ); const book = new AsposeCells . Workbook ( filePath...ImageOrPrintOptions const imgOptions = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/generate-thumb...
  7. 工作表到图片 设置渲染图片的像素格式,使用 Node.js 和 C++|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....Excel file const workbook = new AsposeCells . Workbook ( path...image format type const opts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-t...
  8. ShapeBase.IsInsertRevision | Aspose.Words for .NET

    Discover how ShapeBase's IsInsertRevision property enhances your Word documents by identifying changes made during tracking. Boost your editing efficiency!... Document doc = new Document (); Assert . That (...revision of any kind. Shape shape = new Shape ( doc , ShapeType . Cube...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions using C#....disableExternalImage = new LoadOptions { ResourceLoadingCallb = new DisableExternalImage...DisableExternalImage () }; var doc = new Document ( documentFilename ...

    docs.aspose.com/words/net/web-applications-secu...
  10. UserInformation Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.UserInformation class to manage user details effectively and enhance document processing in your applications....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...UserInformation userInformation = new UserInformation { Name = "John...

    reference.aspose.com/words/net/aspose.words.fie...