Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 3,744 for

layer management

(0.06 sec)
  1. Email to PDF produces vertically overlapping te...

    Hi guys! We are struggling with vertically overlapped text in PDFs created out of emails. Code is very simple (basically from your example: Saving an Email as PDF|Documentation): Aspose.Email.MailMessage mailMsg = Asp…...vertically overlapping text layer Aspose.Words Product Family...a visualization of PDF text layer bounding boxes: 1094×521 75...

    forum.aspose.com/t/email-to-pdf-produces-vertic...
  2. Layer effect hidden - Free Support Forum - aspo...

    using Aspose.PSD.FileFormats.Psd.Layers; using Aspose.PSD.FileFormats.Psd; using Aspose.PSD; string path = @“d:”; string psdFile = Path.Combine(path, “test2.psd”); string psdFileSave = Path.Combine(path, “test2-resu…...Layer effect hidden Aspose.PSD Product Family blackshining May...Aspose.PSD.FileFormats.Psd.Layers; using Aspose.PSD.FileFormats...

    forum.aspose.com/t/layer-effect-hidden/264493
  3. [Aspose.PSD NET] - 'Arithmetic operation result...

    Hi, creating a new smart object Layer using a JPEG with large dimensions will result in System.OverflowException: ‘Arithmetic operation resulted in an overflow.’: using (var image = (PsdImage)Image.Load("sou…...when creating smart object layer using large JPEG Aspose.PSD...creating a new smart object layer using a JPEG with large dimensions...

    forum.aspose.com/t/aspose-psd-net-arithmetic-op...
  4. DXF Processing Features for Layer Support - Fre...

    Hello, We have been using the aspose.imaging product family to convert .svg to .dxf. However, the aspose.imaging product doesn’t support Layers in the output .dxf file. Does the aspose.CAD product family support the ab…...DXF Processing Features for Layer Support Aspose.CAD Product Family...imaging product doesn’t support layers in the output .dxf file. Does...

    forum.aspose.com/t/dxf-processing-features-for-...
  5. Large amount of RAM/time needed to convert a sc...

    Hello, I am converting a scanned PDF with a text Layer to PDF/A-2a. I noticed that converting this PDF needs about 1,5GB of RAM to succeed, and it takes about 22 minutes. The font that is used for the text Layer is not …...convert a scanned PDF with text layer to PDF/A-2a Aspose.PDF Product...converting a scanned PDF with a text layer to PDF/A-2a. I noticed that...

    forum.aspose.com/t/large-amount-of-ram-time-nee...
  6. How to properly insert multiple images (PNG) in...

    Hello, I’m using PNG images that are being rendered and I would like to have an option to save them in to the PSD format. I had trouble finding a way to do it properly in the documentation. Maybe I’m blind, but could so…...multiple images (PNG) in to a layer and then Aspose.PSD Product...ving-images/#load-image-as-layer-from-a-stream Also, here is...

    forum.aspose.com/t/how-to-properly-insert-multi...
  7. GIS and Geo Formats for Effective Data Management

    The overview covers commonly used GIS and Geo file formats in GIS applications, including vector data formats, raster data formats, web map formats, database formats, and other formats. It discusses popular formats such as Shapefile, GeoJSON, KML, PostGIS, Oracle Spatial, Microsoft SQL Server Spatial, GPX, NTF, Mapbox Vector Tile, SVG, TopoJSON, and OGC GeoPackage. This information helps readers choose the appropriate format for their geospatial data and optimize their GIS applications....Formats for Effective Data Management Learn about the Commonly...Applications to Optimize Your Data Management The overview covers commonly...

    products.aspose.com/gis/net/gis-formats
  8. GIS and Geo Formats for Effective Data Management

    The overview covers commonly used GIS and Geo file formats in GIS applications, including vector data formats, raster data formats, web map formats, database formats, and other formats. It discusses popular formats such as Shapefile, GeoJSON, KML, PostGIS, Oracle Spatial, Microsoft SQL Server Spatial, GPX, NTF, Mapbox Vector Tile, SVG, TopoJSON, and OGC GeoPackage. This information helps readers choose the appropriate format for their geospatial data and optimize their GIS applications....Formats for Effective Data Management Learn about the Commonly...Applications to Optimize Your Data Management The overview covers commonly...

    products.aspose.com/gis/net/gis-formats/
  9. 占用内存过大如何解决 - Free Support Forum - aspose.com

    var opti=new Aspose.PSD.ImageOptions.PsdOptions(); opti.Source = new Aspose.PSD.Sources.FileCreateSource(@"C:\001.psd", false); opti.ColorMode = ColorModes.Rgb; opti.CompressionMethod = C…...OpenOrCreate); Layer layer = new Layer(str); psdImage.AddLayer(layer); /...access to our Paid Support management team....

    forum.aspose.com/t/topic/275983
  10. Psd文件转换中文字体格式错乱 - Free Support Forum - aspose.com

    代码很简单: InputStream psdInput = TestPsd.class.getResourceAsStream("/PSD/sample2.psd"); PsdLoadOptions psdLoadOptions = new PsdLoadOptions(); psdLoadOptions.setReadOnlyMode(false); psdLoadOptions.setLoadEffectsResource(…...load(psdInput, psdLoadOptions); Layer[] layers = image.getLayers(); System...println(“layer size:” + layers.length); for (Layer layer : layers)...

    forum.aspose.com/t/psd/272665