Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Transparent vector printing

Explorer ,
Nov 27, 2013 Nov 27, 2013

Hi, I have issue with print transparent vector fill with prinJob. If I print transparent png, everything works,but when I have transparent fill in vector graphics, everything behind it is not printed, but grey area (color without transparency) is printed instead. I try to print it via PDF printer to PDF first and then print PDF itself, but I have same problem. I've tested it with different printers, no printer prints transparent vector fill correctly so it seems it's Flash problem. Do you have any advice or workaround? Thank you

TOPICS
ActionScript
830
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Nov 28, 2013 Nov 28, 2013

If you can isolate the problem,

try to draw your vector fill content into a bmpdata object and add it manually to the printjob.

Similar to the way its described here: http://www.pressingquestion.com/3535910/Air-Printjob---Print-Transparent-Png-And-Text-In-Vector

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 01, 2013 Dec 01, 2013

I can't...it's vector map generated on server... it's flash maps and I have 2 possibilities..to draw PNG of map, which works correctly, but when user want better print resolution or save to PDF, I'm using vector data, which works nicely, but transparency problems.... so I can not use your proposed solution. But thank you for suggestion

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Dec 02, 2013 Dec 02, 2013

I´ve heard good things about AlivePDF

http://alivepdf.bytearray.org/

maybe you should look into it

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 02, 2013 Dec 02, 2013
LATEST

Thank you,

I'm using AlivePDF, but for saving "bitmap" maps...vector maps are generated on server and there are too many vectors (image full earth with boundaries and so on)... so I can not imagine how it could help... maps need to be rendered on server...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines