Sort Score
Result 10 results
Languages All
Labels All
Results 6,751 - 6,760 of 280,365 for

image

(0.13 sec)
  1. Aspose::Words::MailMerging::MailMerge::Execute ...

    Aspose::Words::MailMerging::MailMerge::Execute method. Performs a mail merge operation for a single record in C++....Examples Shows how to merge an image from a URI as mail merge data...MERGEFIELDs with "Image:" tags will receive an image during a mail...

    reference.aspose.com/words/cpp/aspose.words.mai...
  2. ResourceLoadingArgs.ResourceType | Aspose.Words...

    Discover the ResourceType property of ResourceLoadingArgs to optimize your resource management. Enhance performance and streamline your workflow today!...DocumentBuilder ( doc ); // Images usually are inserted using...<summary> /// Allows us to load images into a document using predefined...

    reference.aspose.com/words/net/aspose.words.loa...
  3. Aspose.Cell Hide Column Header - Free Support F...

    Hello Team, We are doing Image export for each worksheet as one page , here we want to provide an option to hide column header. we tried by setting IsRowColumnHeadersVisible = false. but it still shows the header in ex…...1 Hello Team, We are doing Image export for each worksheet as...exporting a worksheet to a TIF image with Aspose.Cells Worksheet...

    forum.aspose.com/t/aspose-cell-hide-column-head...
  4. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves Images when saving a document to HTML in Java....Words saves images when saving a document to HTML...Examples: Shows how to rename the image name during saving into Markdown...

    reference.aspose.com/words/java/com.aspose.word...
  5. 图片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中处理图片:插入、裁剪、压缩、重新着色,并使用 PPT、PPTX 和 ODP 演示文稿的示例导出图像。...FileInputStream ( "image.jpg" ); let image = presentation . getImages... 50 , image . getWidth (), image . getHeight (), image ); presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  6. Convert SVG to JPEG – Python Code and Online Co...

    Convert SVG to JPEG format both online and using Aspose.SVG for Python via .NET. Check out the Python code example to convert SVG to JPEG....Imaging Product Solution Aspose.BarCode...Slides Product Solution Aspose.Imaging Product Solution Aspose.BarCode...

    products.aspose.com/svg/python-net/conversion/s...
  7. Convert VDX to JPEG via Python | products.aspos...

    Sample Python conversion code for VDX format to JPEG file. Use this example code to convert VDX to JPEG within any Python based application....XML-based formatting standards and image data encoding specifications...Format? A JPEG is a type of image format that is saved using the...

    products.aspose.com/diagram/python-net/conversi...
  8. | Aspose

    Sample code for JPEG to XLS Java conversion. Use API example code for batch JPEG files to XLS conversion within any Web or Desktop Java based application....Imaging for Java processes scanned images or even smartphone...application that converts an JPEG image to XLS document: Create an instance...

    products.aspose.com/ocr/cpp/conversion/jpeg-to-...
  9. Print Presentation|Aspose.Slides Documentation

    Print PowerPoint Presentation in Java...Generate an array of Slide Images using the getImages method...Define the scale factor for image rendering final int scaleFactor...

    docs.aspose.com/slides/java/print-presentation/
  10. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...// Create an image object Aspose.Pdf.Image image = new Aspose...Aspose.Pdf.Image(); // Set the image stream image.ImageStream = fs;...

    forum.aspose.com/t/tif-pdf/293699