Näytä AI-tiedostoa verkossa
Jos sinulla ei ole ohjelmistoa avaamaan AI -tiedostoa, käytä vain online-katseluohjelmaa. Tämä sovellus voi auttaa sinua tarkastelemaan minkä tahansa version AI-tiedostoa. Mutta lopputulos on renderöity esikatselu. AI-tiedostoa on vaikea tarkastella perussovelluksissa, koska AI on vektorimuoto. Vain vektorien katseluohjelma voi avata AI: n. AI Format on luonut Adobe, se on oma muoto. Se on ”.ai” laajennus. Suurin osa AI Viewer -ohjelmistosta on maksullisia tuotteita, mutta jos sinun ei tarvitse muokata Illustrator-tiedostoja, et tarvitse siihen maksullisia ohjelmistoja. Käytä vain Näytä AI-tiedostoja verkossa tämän sovelluksen kanssa. Kokeile tätä päivitettyä AI Viewer -versiota
Drag and drop a file or click Open Image
You can reproduce the main functionality of this built-in app using Aspose.PSD
// To view the new AI format please use the following code: async Task<bool> ViewPdfToPng(Stream pdfFileStream, string pngFileId, Size size) { pdfFileStream.Position = 0; try { using var pdfDocument = new Aspose.Pdf.Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream = new MemoryStream(); Resolution resolution = new Resolution(300); PngDevice pngDevice = new PngDevice(size.Width, size.Height, resolution); pngDevice.Process(page, imageStream); imageStream.Position = 0; await StorageService.Upload(pngFileId, imageStream); imageStream.Close(); return true; } catch (Aspose.Pdf.InvalidPdfFileFormatException) { return false; } } // For the viewing of Old AI Formats please use the Aspose.PSD using (AiImage image = (AiImage)Image.Load(sourceFileName)) { ImageOptionsBase options = new PngOptions() { ColorType = PngColorType.TruecolorWithAlpha }; image.Save(outFileName, options); }
You can download Aspose.PSD from Nuget package manager
Check the following list of documentation links:
Please check the offical documentation https://docs.aspose.com/psd/
Näytä AI-tiedosto Aspose.PSD: llä. Helppo ja nopea AI Viewer.