Jump to content
Changes to the Jaspersoft community edition download ×

arronwall1

Members
  • Posts

    24
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by arronwall1

  1. Hi, Kelly. As for myself, I have seldom tried to create couple reports and then convert them to PDF files. I wonder have you ever worked it out? Do I need another 3rd party manual toolkit? When it comes PDF converting process, I have another question, I wonder have you ever tried to convert pdf to other image files before? As for myself, I am testing the related PDF to PNG converting, PDF to BMP converting , and PDF to JPG converting programs these days. Do you have experience about it? Any suggestion will be appreciated. Thanks in advance. Best regards, Salvatore
  2. Hi, Have you worked it out? As for me, I have seldom resize an image in this way. When it comes to image resizing process, I have another question for you.I wonder how can I accomplish the image resizing process. Do I need another image resizing plugin to help change the size of images? I am almost a green hand here. Any suggestion will be appreciated. Thanks in advance. Best regards, Arron
  3. Hi, daveimm. I wonder have you worked it out? When it comes to PDF conversion process, I have another question for you. I wonder have you ever tried to convert PDF to image files before? I am testing the related PDF to JPG converting , PDF to BMP converting , and PDF to BMP converting programs these days. Do you have experience about it? Any suggestion will be appreciated. Thanks in advance. Best regards, Salvatore
  4. Hi, I wonder whether you have worked it out. And I have only tried to convert PDF with the help of some 3rd party toolkits. When it comes to PDF conversion process, I have another question for you. I wonder have you ever tried to convert PDF to image files before? I am testing the related PDF to JPG converting, PDF to PNG converting, and PDF to BMP converting programs these days. Do you have experience about it? Any suggestion will be appreciated. Thanks in advance. Best regards, Arron
  5. Hi, Khancer. Have you ever worked it out? As for me, I have only tried to convert pdf into images files with the help of some 3rd party PDF conversion toolkits. You can also Google it and select one whose way of processing is simple and fast to help you. You'd better check its free trials first. I hope you success. Good luck. Best regards, Arron
  6. Hi, Techvedic. I have never tried to convert PDF file to xml File in JAVA. I have ever tried to convert pdf to image files witrh the help of some 3rd party pdf converting toolkits. Namely, converting pdf to png, converting pdf to bmp, converting pdf to tiff, converting pdf to multi-tiff, etc. will be much more convenient. So you can also google it and find a pdf to xml conversion sdk to help you convert PDF file to xml File in JAVA. You'd better check its free trials for users first. I hope you success. Good luck. Best regards, Arron
  7. Hi, How about generate Word documents with the help of some Word documents generating toolkits? I am testing about the related projects these days. Do you have any ideas about it? Or any good suggestion? Thanks in advance. Best regards, Arron
  8. As for me, I am using another PDF viewer instead of Adobe Acrobat Reader. What's more, using code to deal with the related PDF viewing problem is too complicated for me. I prefer to do it with the help of some manual toolkits which can be customized by users according to our own favors. You can also google it and select one whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck. Best regards, Arron
  9. Thanks for your sharing. But I prefer to create PDF files with the help of some manual toolkits rather than using code. And here are the relevant tutorials about how to get the PDF creating work started in VB.NET and C#.NET platform: http://www.yiigo.com/guides/vbnet/how-to-start-pdf.shtml http://www.yiigo.com/guides/csharp/how-to-start-pdf.shtml I hope it helps. Good luck.
  10. How about creating a 3rd party web-based image viewer to help read GIF image with the help of some manual imaging toolkits? I am not so sure about it, but I hope you success. Good luck. Best regards, Arron
  11. Hi, Thanks for sharing the way out. I wonder whether the PDF processing tools can help with the related work or not? I am testing about the related projects these days. http://www.yiigo.com/guides/vbnet/how-to-process-pdf.shtml http://www.yiigo.com/guides/csharp/how-to-process-pdf.shtml Do you have any ideas about it? Or any good suggestion? Thanks in advance. Best regards, Arron
  12. Does the .jar work? It's so great. But I have only tried to generate PDF ( http://www.yiigo.com/guides/csharp/how-to-start-pdf.shtml ) with the help of another PDF editor ( http://www.yiigo.com/guides/csharp/how-to-process-pdf.shtml ). I am considering to employ its formal condition these days. Any good suggestion? Thanks. Best regards, Arron
  13. Using code to deal with the PDF generation work is too complicated for me. I wonder whether the PDF editing toolkit I am testing about can also help with the PDF generation program or not. I am not sosure about it. But you can google it and select one whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck. Best regards, Arron
  14. Hi, fiimage. I am also testing about the related Tiff projects these days. I want to look for a professional 3rd party Tiff processor whose way of processing is simple and fast to help me with the related work. It will be better if it is totally manual and can be customized by users according to our own favors. Do you have any ideas about it? Or any good suggestion? Thanks in advance. And I will try your sharing later. Best regards, Arron
  15. Hi, Gerard Limbeek. I have never tried to show an image in tiff format in Ireports. But I am learning about how to create Tiff viewers, with the help of some manual tools which can be customized by users according to our own favors to help view and read tiff images these days. You can also google some tools which allows users to show an image in tiff format in Ireports and select one whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck. Best regards, Arron
  16. I am working with .NET instead of JAVA. I am confused by your words. Why you want to print the .tif image to PDF? I have only tried to convert .tif image to PDF files with the help of the free trial package of a Tiff converter. You can also google it and select a similar tool which allows you to do so using JAVA. Remember to check its free trial package first if possible. I hope you success. Good luck. Best regards, Arron
  17. Hi, I am a newbie here and almost a green hand on this problem. I wonder whether the image scan be displayed by creating a web image viewer or a windows image viewer? If so, how can I make it? Thanks in advance. Best regards, Arron
  18. using System.IO;using System.Drawing.Printing;using Yiigo.Imaging;using Yiigo.Imaging.Processing;// Rotate image to 90 degreesusing YiigoImage Image = new YiigoImage();{string ImageID = (@"C: yiigo_example.jpg");RotateAngle Rotation = RotateAngle.90;}Image. YiigoImageProcessRotate(@"C: yiigo_example.jpg", RotateAngle.90);Image.save(@"C: yiigo_example.jpg");// Rotate image to 180 degreesusing YiigoImage Image = new YiigoImage();{string ImageID = (@"C: yiigo_example.jpg");RotateAngle Rotation = RotateAngle.180; }Image. YiigoImageProcessRotate(@"C: yiigo_example.jpg", RotateAngle.180);Image.save(@"C: yiigo_example.jpg");// Rotate image to 270 degreesusing YiigoImage Image = new YiigoImage();{string ImageID = (@"C: yiigo_example.jpg");RotateAngle Rotation = RotateAngle.270;}Image. YiigoImageProcessRotate(@"C: yiigo_example.jpg", RotateAngle.270);Image.save(@"C: yiigo_example.jpg");[/code]You can rotate images using the code above. Or you can also employ a fine Image SDK and rotate images with the help of it. Google it and check its free trial packge first if possible. I hope you success. Good luck. Best regards, Arron
  19. As for me, I prefer to use some fine 3rd party tools to help me with the PDF creating and opening work. I used to create PDF files using this: http://www.yiigo.com/guides/aspnet/how-to-generate-pdf.shtml And I used to open and read PDF files using this: http://www.yiigo.com/guides/aspnet/how-to-read-pdf.shtml You can also google one to help you with your work. Remember to check its free trial package first if possbile. I hope you success. Good luck.
  20. I am not a common user dealing with document and image processing. But it is said that choosing a fine third party tool is very important to the document and image printing work. As for myself, I have only tried to print PDFs with the help of the free trial package of a third party tool whose way of processing is simple and fast. Besides, it seems to offer image and document printing tutorials about how to print images like GIF, JPEG, PNG, TIFF, etc. It is just one of many but I do appreciate it because it is totally manual. Even though I only tried its free trial package to print documents and images and didn′t check the cost and licensing conditions, it worked great for me. I am considering to buy the pro version, and still enjoying their free online conversion service. You can also google one to help you with your printing work. I hope you success. Good luck. Best regards, Arron
  21. Hi, dheerajaggarwal. I want to offer some help. But I am using another document and PDF SDK instead of jasper reports v 3.7.6. Because I prefer the one whose way of processing is simple and fast when I need to do with the conversion work.It saves a lot of time for me. It is just one of many but I do appreciate its simple way of processing. Even though I only tried its free trial package to generate and process PDF and didn′t check the cost and licensing conditions, it worked great for me. Besides, this site also gives a lot of tutorials for processing different kinds of document and image formats using VB.NET. Share with you. And I hope you success. Good luck. Best regards, Arron
  22. Using code is too complicated for me. As for myself, I used to generate barcode with the help of a barcode generater SDK. It is just one of many but I do appreciate its simple way of processing. Even though I only tried its free trial package to generate and view barcodes and didn′t check the cost and licensing conditions, it worked great for me. Besides, this site gives a lot of choices for processing different kinds of document and image formats. Share with you. And I hope you success. Good luck. Best regards, Arron
  23. Hi, miller_yong91. As we all know, QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional barcode) first designed for the automotive industry in Japan; a barcode is an optically machine-readable label that is attached to an item and that records information related to that item: The information encoded by a QR code may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data. Recently, the QR Code system has become popular outside the automotive industry due to its fast readability and greater storage capacity compared to standard UPC barcodes; applications include product tracking, item identification, time tracking, document management, general marketing, and much more. A QR code consists of black modules (square dots) arranged in a square grid on a white background, which can be read by an imaging device (such as a camera) and processed using Reed-Solomon error correction until the image can be appropriately interpreted; data is then extracted from patterns present in both horizontal and vertical components of the image. Originally designed for industrial uses, QR codes have become common in consumer advertising. Typically, a smartphone is used as a QR-code scanner, displaying the code and converting it to some useful form (such as a standard URL for a website, thereby obviating the need for a user to type it manually into a web browser). You can generate and read different kinds of barcode with the help of many professional SDKs. As for myself, I used to generate QR barcode with the help of another Barcode Generator SDK. It is just one of many but I do appreciate its simple way of processing. Even though I only tried its free trial package to generate barcodes and didn't check the cost and licensing conditions, it works great for me. Besides, this barcode site gives a lot of tutorials for barcode generating. Share with you. You can refer to it for help. Good luck. Best regards, Arron
×
×
  • Create New...