Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 223,123 for

new

(0.14 sec)
  1. Convert JSON to Excel with JavaScript via C++|D...

    Learn how to convert a JSON file to an Excel workbook with Aspose.Cells for JavaScript via C++....file (JSON) const wb = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  2. Work with Messages using Microsoft Graph|Docume...

    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....GraphQueryBuilder builder = new GraphQueryBuilder (); builder...GraphKnownFolders . Inbox , new PageInfo ( 10 ), query ); Fetch...

    docs.aspose.com/email/java/manage-messages-with...
  3. Convert Worksheet to Image - Remove whitespace ...

    Learn how to convert Microsoft Excel worksheets to images and remove whitespace around data using Aspose.Cells for JavaScript via C++....loadOptions = new LoadOptions (); loadOptions . loadFilter = new LoadFilter...options const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/convert-wo...
  4. Multithreaded Unix Archives in Java | Aspose.Zi...

    Java developers can utilize multi-core CPUs to optimize compression and decompression for Unix archives....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/multithreaded-unix-for...
  5. Aspose.PSD for .NET 24.1 - 发布说明|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....png" ); var opt = new PsdLoadOptions () { LoadEffectsResource...{ img . Save ( outputFile , new PngOptions () { CompressionLevel...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. 关于多个shape拼接成一个整体图的问题。 - Free Support Forum - as...

    我有一个需求,需要将多个shape拼接成一个组合,然后渲染保存为图片。请问是否可以做到? 下方是word文件。 test-shape.docx (47.9 KB)...您可以尝试使用以下代码: Document doc = new Document(@"C:\Temp\in.docx");...LayoutCollector collector = new LayoutCollector(doc); LayoutEnumerator...

    forum.aspose.com/t/shape/326036
  7. Aspose.Email.Graph in WinForm app - Free Suppor...

    Hi I got the console example working to connect to Exchange via Microsoft.Graph to list email folders. However I can’t get this to work when I convert it to a WinForms application. It appears to hang on ExecutionHangs…...GetFolders() { var accessParams = new AccessParameters() { TenantId..."<UserID>" }; var tokenProvider = new GraphTokenProvider(accessParams);...

    forum.aspose.com/t/aspose-email-graph-in-winfor...
  8. Text annotation does not handle right to left t...

    Hello, When adding a text annotation with hebrew text on a PDF, on the output document the text is reversed, left to right instead of right to left. You can see in the picture bellow, displayed in Adobe Reader, the tex…...TextAnnotation annot = new TextAnnotation(page, new Rectangle(100, 500...yourself FormXObject appearance = new FormXObject(annot.Rect); appearance...

    forum.aspose.com/t/text-annotation-does-not-han...
  9. SVG to Aspose Image to be passed to StampAnnota...

    Does Aspose.PDF support this? i have an SVG file and i would like to pass that to a StampAnnotation object...face any issue: Document doc = new Document(); doc.Pages.Add();...Annotations.StampAnnotation stamp = new Aspose.Pdf.Annotations.StampAnnotation(doc...

    forum.aspose.com/t/svg-to-aspose-image-to-be-pa...
  10. 用六个面将场景渲染到立方体图中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以将具有六个面的场景渲染到cubemap中,并将所有面保存为支持的图像格式。...//load the scene Scene scene = new Scene ( path ); //create a camera...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/zh/net/render-a-scene-into-t...