• East Ken
  • NEWBIE
  • -1 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 6
    Replies
Hi all,

How to read barcode from salesforce1 app . can anybody please suggest me how to read barcode using salesforce1 ..?

Thanks,
Shiva
 
Hi,

I ahve a requirement Bar code Genarator. Using with VF Page.please help me any one.

  • August 13, 2014
  • Like
  • 0
two pages use the same controller, one is a general visual page and another is rendered as pdf.
when dispatch to the pdf page, I can see the pdf well, but cannot save the pdf with chrome while Firefox, Safari are ok.
bellow is some related code,
public PageReference newPage()
    {
        return Page.DownloadUnmatchedLeads;
    }



Thanks.

I am currently trying to have a PDF created based on a field update.

The issue is that it seems that getContent() and getContentAsPDF() don't work when called within a trigger. 

 

Does anyone know a work around for this or is this something that I won't be able to accomplish.\

 

Thanks

  • August 10, 2012
  • Like
  • 0

Hi,

I have a FDF code (machine language code) which I am generating through Web service and I need to show it in PDF which I can understand.

 

Please help on this.

 

Thanks.

 

 

Hello Everyone

 

I am getting TIFF images from my vendor. I have to show them into my VF pages.

The images are rendering properly in IE, but not in Mozilla or Chrome. I read online TIFF images are not supported in Mozilla etc.

Does anybody have an idea, how can i convert my images to JPEG inside Salesforce, either by calling some external service or anything else.

 

Thanks for looking

Sid