Sort Score
Result 10 results
Languages All
Labels All
Results 9,141 - 9,150 of 213,950 for

new

(0.12 sec)
  1. DocumentBase.PageColor | Aspose.Words for .NET

    Discover the DocumentBase PageColor property to easily customize your document's page color. Simplify design with this user-friendly feature!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Aspose.Words: Use OLE EMF Preview in DOCX→Image...

    I’m using Aspose.Words to convert a DOCX file to an image. However, I noticed that it re-renders embedded documents/objects. I want to keep the object’s original preview EMF so the output image matches what I see in Word…...implement this: Document doc = new Document("input.docx"); ImageSaveOptions...ImageSaveOptions options = new ImageSaveOptions(SaveFormat.Png) {...

    forum.aspose.com/t/aspose-words-use-ole-emf-pre...
  3. 档案

    档案...License license = new Aspose.Drawing.License(); license..."Aspose.Drawing.NET.lic")); return new FileStreamResult(Draw(ImageFormat...

    blog.aspose.com/zh/drawing/use-system-drawing-i...
  4. Display SVG Formats Using C++ | Aspose.PDF

    Open and view SVG documents programmatically with C++ sample code using Aspose.PDF for C++...var document = new Document ( "template.svg" , new SvgLoadOptions...

    products.aspose.com/pdf/cpp/viewer/svg/
  5. Specific Parameters of 2D Barcode Types|Documen...

    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.... BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...barcode. BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/net/2d-barcode-types/
  6. HtmlElementSizeOutputMode | Aspose.Words for Java

    Specifies how Aspose.Words exports element widths and heights to HTML MHTML and EPUB in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."true". HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.HTML);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …...images = new ArrayList<>(); try (Document document = new Document(pdfFilePath))...catch (Exception e) { throw new RuntimeException(e); } } public...

    forum.aspose.com/t/error-when-extracting-images...
  8. PDF to TIFF Conversion Produces Only Black & Wh...

    Environment Aspose.PDF Version: 21.6.0 Platform: .NET 3.0 Operating System: Windows / Linux Conversion Type: PDF → TIFF (Color) Issue Description We are facing a critical issue while converting PDF documents to TIFF f…...document = new Document(inputFilePath)) { var resolution = new Resolution(150);...Resolution(150); var tiffSettings = new TiffSettings { Shape = ShapeType...

    forum.aspose.com/t/pdf-to-tiff-conversion-produ...
  9. Copy excel is not working properly when we try ...

    Hi Team, Good Morning!!! I am encountering an issue while copying multiple source workbooks containing PivotTables into a destination Excel workbook. The destination workbook is created, but it gets corrupted. When I t…...throws Exception { // Create a new destination workbook Workbook...Workbook destinationWorkbook = new Workbook(); // Load source workbooks...

    forum.aspose.com/t/copy-excel-is-not-working-pr...
  10. Get HTML of extracted text from word file - Fre...

    HI Aspose Team, I am extracting some specific text from word file using Aspose.Word C# . Now I have to get html of extracted text. I don’t want to convert word into html and rework on it, Is there any method which i c…...Text; Document srcDoc = new Document("Source.docx"); // Create...DocumentFragment fragment = new DocumentFragment(srcDoc); foreach...

    forum.aspose.com/t/get-html-of-extracted-text-f...