Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 275,004 for

image

(1.08 sec)
  1. How to create OMR template file (.omr) using ex...

    Hi @nikita.korobeynikov, I am going to call TemplateProcessor.recognizeImage() method to process scanned Image. It takes String as file path but I get the Image from BufferedImage in the memory. In this case, can you please advise how to invoke method? In additon, is there any reference for API documenation? Here is the snippet for your understanding. // render the PDF page to an Image with 100 DPI JPG format BufferedImage Image = renderer.renderImageWithDPI(i, 100, ImageType.RGB); // Pro......omr) using existing image in Java Aspose.OMR Product Family...recognizeImage() method to process scanned image. It takes String as file path...

    forum.aspose.com/t/how-to-create-omr-template-f...
  2. Aspose.Cells : Image and PDF generated by code ...

    We created a POC for converting xlsx to Image and pdf using aspose.cells free licence with watermark with our dot net solution. Our dot net application is deployed on EKS cloud. We are seeing that the Image or pdf genera…...Cells : Image and PDF generated by code deployed on server...POC for converting xlsx to image and pdf using aspose.cells free...

    forum.aspose.com/t/aspose-cells-image-and-pdf-g...
  3. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook workbook = Workbook(“Sample_Excel.xls…...Aspose - excel to pdf, excel to image, excel to html in python Aspose...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  4. 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 …...extracting images from PDF in multithreading: Not supported image type...pdfPath) { List<BufferedImage> images = AsposePdfUtils.getImages(pdfPath);...

    forum.aspose.com/t/error-when-extracting-images...
  5. PDF containing emojis converts to image very sl...

    Hi Aspose Team, I am using Aspose.PDF.Drawing 25.4.0. When I run the following code: using var converter = new Aspose.Pdf.Facades.PdfConverter(); converter.GetNextImage(ImagePath, ImageFormat.Png, 300); // this step t…...containing emojis converts to image very slowly Aspose.PDF Product...of PDFs containing emojis to images is very slow. I have attached...

    forum.aspose.com/t/pdf-containing-emojis-conver...
  6. Can additional code be added to mimic SautinSof...

    We are moving away from SautinSoft to using Aspose.Words .Net. We have noticed how when SautinSoft renders a PDF from html it does a preprocessing step where it will resize Images to stop an Image from adjusting expandi…...SautinSoft's PDF redering / image preprocessing to auto resizing...resizing embedded html images? Aspose.Words Product Family words-net...

    forum.aspose.com/t/can-additional-code-be-added...
  7. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The Image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...The image Aspose.Cell captures does not look like the original...worksheet and render it to an image or picture using Aspose.Cells...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  8. Issue with Image Handling After Upgrading AWS L...

    Dear Aspose Support, I recently upgraded my AWS Lambda function from .NET Core 3.1 to .NET 8.0, and after the upgrade, I encountered an issue where Images are no longer being appended in the Publisher files when convert…...Issue with Image Handling After Upgrading AWS Lambda Function...encountered an issue where images are no longer being appended...

    forum.aspose.com/t/issue-with-image-handling-af...
  9. Failed to convert Image type format to PDF: The...

    Hi, I am trying to convert Images format to the pdf please find the below code for that: using (var ImageStream = new MemoryStream(inputBytes)) { using (var outputStream = new MemoryStream()) { var pdf = new Aspose…...Failed to convert Image type format to PDF: The type initializer...Hi, I am trying to convert images format to the pdf please find...

    forum.aspose.com/t/failed-to-convert-image-type...
  10. 【Aspose.Cells】Aspose.Cells.CellsException: Char...

    Aspose.Cells で グラフが入ったxlsxファイルを PdfA1a で保存すると例外が発生します。 string inputPath = @"/mnt/gcs/test.xlsx"; string outputPath = @"/mnt/gcs/out.xlsx"; // PDF/A Aspose.Cells.PdfSaveOptions saveOption = new() { …...CellsException: Chart/Picture to image Error! 日本語による技術サポート cells-net...CellsException: Chart/Picture to image Error! at Aspose.Cells.Workbook...

    forum.aspose.com/t/aspose-cells-aspose-cells-ce...